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
OS: Linux
Compiler: GCC 12.2.0
curl version: 8.0.1
Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.
What is the expected behavior?
When shutdown, all sessions shoud be cleanup and exit.
What is the actual behavior?
If libcurl miss the notification when shutdown, http client will wait for running sessions for ever,because it will not be notified and will not be consumed.
Additional context
It's base our use case and I didn't find a easy way to reproduce this.
The text was updated successfully, but these errors were encountered:
Describe your environment
OS: Linux
Compiler: GCC 12.2.0
curl version: 8.0.1
Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.
What is the expected behavior?
When shutdown, all sessions shoud be cleanup and exit.
What is the actual behavior?
If libcurl miss the notification when shutdown, http client will wait for running sessions for ever,because it will not be notified and will not be consumed.
Additional context
It's base our use case and I didn't find a easy way to reproduce this.
The text was updated successfully, but these errors were encountered: