No internet connection
  1. Home

Comments for https://horstmann.com/unblog/2023-10-30/index.html

By System @system
    2024-03-06 09:34:46.174Z
    • 2 comments
    1. A
      @aeropagz
        2024-03-06 09:34:46.293Z

        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

        1. CCay Horstmann @cayhorstmann
            2024-03-06 10:17:05.058Z

            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