zephyr/subsys/net/lib/http
Jukka Rissanen 355d58b0d0 net: http: One extra byte was sent in last chunk
There was one extra byte sent in last chunk which caused
this error to be printed by curl

  * Illegal or missing hexadecimal sequence in chunked-encoding
  * stopped the pause stream!
  * Closing connection 0
  curl: (56) Illegal or missing hexadecimal sequence in chunked-encoding

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-08-15 12:59:13 +03:00
..
CMakeLists.txt net: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
http_client.c net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
http_parser_url.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_parser.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_server.c net: ipv6: Handle large IPv6 packets properly 2018-07-23 15:01:09 +03:00
http.c net: http: One extra byte was sent in last chunk 2018-08-15 12:59:13 +03:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
README_http_parser net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00