openwrt/package/network/utils/curl
Darren Tucker 00fa1e4108 curl: fix libcurl/mbedtls async interface
When using mbedtls, curl's nonblocking interface will report a request
as done immediately after the socket is written to and never read from
the connection.  This will result in a HTTP status code of 0 and zero
length replies.  Cherry-pick the patch from curl 7.53.0 to fix this
(https://github.com/curl/curl/commit/b993d2cc).

Fixes https://bugs.openwrt.org/index.php?do=details&task_id=1285.

Signed-off-by: Darren Tucker <dtucker@dtucker.net>
2018-01-24 09:25:32 +01:00
..
patches curl: fix libcurl/mbedtls async interface 2018-01-24 09:25:32 +01:00
Config.in curl: Remove PolarSSL and adjust default to mbedTLS 2017-01-03 14:26:41 +01:00
Makefile curl: fix libcurl/mbedtls async interface 2018-01-24 09:25:32 +01:00