You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to perform http request by httpLbs with tlsManagerSettings.
Sometimes the server doesn't respond, and I must terminate the program manually and found that Ctrl-C only terminates the http request and then continues execution without result.
Not sure if it's because I'm running from wsl. Or if the library does handle it, is there a way to negate that handler?
The text was updated successfully, but these errors were encountered:
I'm trying to perform http request by
httpLbs
withtlsManagerSettings
.Sometimes the server doesn't respond, and I must terminate the program manually and found that
Ctrl-C
only terminates the http request and then continues execution without result.Not sure if it's because I'm running from wsl. Or if the library does handle it, is there a way to negate that handler?
The text was updated successfully, but these errors were encountered: