brbzull0 opened a new pull request, #9765:
URL: https://github.com/apache/trafficserver/pull/9765

   It seems that it was only getting the first slice of the entire chain. 
Currently each of the iov buffer size is hardcoded to 2k, if happens that we 
need to fit more than 2k inside the buffer the current code will only hand over 
the first part of the chain which will make QUICHE to complain as the data is 
incomplete.
   
   This change makes sure that quiche gets the entire buffer.
   
   FYI: For now this seems fine but as soon as we introduce GRO this will more 
likely to change.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to