Comments for https://horstmann.com/unblog/2023-10-30/index.html
By System @system
Comments for: https://horstmann.com/unblog/2023-10-30/index.html
- A@aeropagz
Actually Mozilla states about transfer-chunked-encoding it should never been used with http2.
If I understand right your request gets upgraded to http2. So that is maybe also a source of error.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding- CCay Horstmann @cayhorstmann
Hi, thanks for your comment. The request that I debugged was still HTTP/1.1. That's why I was able to use nc for debugging. For HTTP2, debugging is harder: https://blog.cloudflare.com/tools-for-debugging-testing-and-using-http-2