esp-open-rtos/extras/http_client_ota
Júnio Teixeira d02b40dce8 Http download issue when connection lost (#723)
* Fix bug when read returns -1

When the socket down the "read" function returns -1.
Then the while(read_byte > 0) only works for signed types.

* Remove printf debug line
2019-06-23 08:22:59 +02:00
..
component.mk Http client OTA (#553) 2018-03-01 05:03:44 +05:00
http_buffered_client.c Http download issue when connection lost (#723) 2019-06-23 08:22:59 +02:00
http_buffered_client.h Fix compiler warnings over const losses. 2019-04-06 11:39:29 +11:00
http_client_ota.c Http client OTA (#553) 2018-03-01 05:03:44 +05:00
http_client_ota.h Fix compiler warnings over const losses. 2019-04-06 11:39:29 +11:00