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

[GitHub] [trafficserver] bneradt opened a new pull request #7356: ESI: Ensure gzip header is always initialized

bneradt opened a new pull request #7356:
URL: https://github.com/apache/trafficserver/pull/7356


   There were certain code paths that could be reached in which
   stream_finish could be called without stream_encode having been called.
   This would result in the gzip header not being encoded in the stream,
   which would produce malformed gzip content.


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



[GitHub] [trafficserver] bryancall merged pull request #7356: ESI: Ensure gzip header is always initialized

Posted by GitBox <gi...@apache.org>.
bryancall merged pull request #7356:
URL: https://github.com/apache/trafficserver/pull/7356


   


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