Why doesn't IIS support chunked transfer encoding?

前端 未结 5 1047
一个人的身影
一个人的身影 2021-02-09 04:49

I am making an HTTP connection to an IIS web server and sending a POST request with the data encoded using Transfer-Encoding: chunked. When I do this, IIS simply closes the conn

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-09 05:10

    It goes both ways. try uploading a image 2MB++ to photobucket and record it. their uploader uploads chunked to their apache servers.

提交回复
热议问题