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.62k stars 303 forks source link

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

Closed wyunc closed 1 year ago

wyunc commented 1 year 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 1 year ago

Sorry to bother , Resolved and close the issue :(