yhirose/cpp-httplib

Cancel a Http Request

thanoue opened this issue · 1 comments

On this library how can I cancel a running HTTP request?
Thanks.

@thanoue there is now way to cancel a HTTP request once it goes out except using 'content receiver' or 'content provider'. You can see more information in README.