You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "smalenfant (via GitHub)" <gi...@apache.org> on 2023/06/09 12:40:24 UTC

[GitHub] [trafficserver] smalenfant commented on issue #9816: 204 No Content: alternate content length doesn't match doc_len

smalenfant commented on issue #9816:
URL: https://github.com/apache/trafficserver/issues/9816#issuecomment-1584511757

   Verified the RFC9110 and looks like #9330 broke something. End of header is determined by `\r\n\r\n`.
   
   ```
   A 204 response is terminated by the end of the header section; it cannot contain content or trailers.
   ```
   


-- 
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: issues-unsubscribe@trafficserver.apache.org

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