IIS file download hangs/timeouts - sc-win32-status = 64

前端 未结 6 978
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 00:35

Any thoughts on why I might be getting tons of \"hangs\" when trying to download a file via HTTP, based on the following?

  • Server is IIS 6
  • File being downl
6条回答
  •  执念已碎
    2021-02-04 01:01

    Check the headers from the server, especially content-type, and content-length, it's possible that your clients don't recognize the format of the binary file and hang while waiting for bytes that never come, or maybe they close the underlying TCP connection, which may cause IIS to log the win32 status 64.

提交回复
热议问题