You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/08/13 23:30:16 UTC

[GitHub] [trafficserver] maskit commented on issue #7114: Assertion failure: "size_added != 0" in QUICNetVConnection::_store_frame

maskit commented on issue #7114:
URL: https://github.com/apache/trafficserver/issues/7114#issuecomment-673759143


   In `QUICBidirectionalStream::generate_fram`, `maximum_frame_size` is used only for STREAM frame. Need to check the generated frame size for all frame types and return null frame if the frame size exceeds the limit.
   
   Also need to check if other frame generators check the limit.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org