OVMS3-idf/components/esp_http_client/lib
Tuan 5589954800 esp_http_client: fixed http chunked encoding packet loss & add check data before read for ssl transport
- A bug of the http client when it downloads a chunked encoding packet is greater than the http_client's buffer, http_parser will call the callback body more than once, and the client will only handle the last
- with ssl_read, need to check before read to avoid timeout blocked when no data for reading
2018-08-01 07:14:36 +00:00
..
include Add esp_http_client 2018-05-21 09:35:07 +07:00
http_auth.c esp_http_client: Resolve some bugs from the github community 2018-07-23 12:22:19 +07:00
http_header.c Add esp_http_client 2018-05-21 09:35:07 +07:00
http_utils.c Add esp_http_client 2018-05-21 09:35:07 +07:00
transport.c Add esp_http_client 2018-05-21 09:35:07 +07:00
transport_ssl.c esp_http_client: fixed http chunked encoding packet loss & add check data before read for ssl transport 2018-08-01 07:14:36 +00:00
transport_tcp.c Add esp_http_client 2018-05-21 09:35:07 +07:00