Max Kellermann
|
3c66feff5a
|
lib/curl/Global: defer the ReadInfo() call
Fixes a crash that can occur due to recursion from InvalidateSockets()
to ReadInfo() to CurlRequest callbacks.
|
2017-01-08 12:46:35 +01:00 |
|
Max Kellermann
|
9f5eddcd13
|
lib/curl/Global: move code to UpdateTimeout()
|
2017-01-08 12:44:07 +01:00 |
|
Max Kellermann
|
3cba76552b
|
lib/curl/Global: drop redundant ">=0" check
|
2017-01-08 12:44:04 +01:00 |
|
Max Kellermann
|
06116382ee
|
input/curl: move code to class CurlRequest
The CurlRequest gives us a more low-level API to CURL without the
InputStream interface, integrated into our IOThread.
|
2017-01-03 12:24:05 +01:00 |
|
Max Kellermann
|
3e8cc2c670
|
input/curl: move class CurlGlobal to separate source file
|
2017-01-03 10:50:02 +01:00 |
|