nativeformat / NFHTTP

A cross platform C++ HTTP library that interfaces natively to other platforms.
Apache License 2.0
588 stars 37 forks source link

wrong handle caused infinite loop fix #31

Open glani opened 5 years ago

glani commented 5 years ago

According to the code of curl in the case of failed handle the active_requests will not be updated. It causes infinite loop.