microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

How can I solve [WinError 10054] An existing connection was forcibly closed by the remote host #822

Closed wyunc closed 8 months ago

wyunc commented 8 months ago

Description

Hello, When I ran Testing, this was the problem. Request coverage 0/17;
I looked at coverage_failures_to_investigation.txt and saw that all the requests in it had this error: [WinError 10054] An existing connection was forcibly closed by the remote host image

What's the reason? I find the same error was raised in https://github.com/microsoft/restler-fuzzer/issues/19, and has been claimed to be Fixed by https://github.com/microsoft/restler-fuzzer/pull/22.

But I still encounter this problem, may I ask what causes this

wyunc commented 8 months ago

Sorry to bother , Resolved and close the issue :(