OVMS3-idf/components/esp_http_client
Jitin George 2122e5f83d esp_http_client: Fix minor bugs in esp_http_client_write and esp_http_client_open APIs
`esp_http_client_write` API puts a constraint on the maximum length of the data that can be
written, which is equal to client handle buffer size, but the data to be sent can be more
than that, so in this case, this API has to be called multiple times.

In `esp_http_client_open` API, the return value of `transport_write` API, used to send HTTP
request, is not checked, and in rare cases, data written will be less than expected which will
cause a problem. So there are fixes for these minor issues in this MR.
2018-08-20 10:41:42 +00:00
..
include Merge branch 'feature/http_client_head' into 'master' 2018-08-08 20:58:39 +08:00
lib esp_http_client: Fixed exception on 401 without Www-Authenticate header 2018-08-05 06:24:53 +00:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c esp_http_client: Fix minor bugs in esp_http_client_write and esp_http_client_open APIs 2018-08-20 10:41:42 +00:00
Kconfig Add esp_http_client 2018-05-21 09:35:07 +07:00