SilentEntity commented on issue #11079:
URL: https://github.com/apache/apisix/issues/11079#issuecomment-2019540833

   oh, HTTP2 is getting used, that's why `Transfer-Encoding` header [`chunked`] 
is not present.
   
   Ref: 
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding
   
   And looks like in HTTP2 it's not mandatory to send `Content-Length` header 
in the response, it uses `endStream` flag to signal the end of the content.
   
   Ref: https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.6.
   
   But the fix for the partial response is required. PR: #11087 solves that.


-- 
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: notifications-unsubscr...@apisix.apache.org

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

Reply via email to