zephyr/subsys/net/lib/http
Jukka Rissanen 57a8db7789 net: Use log_strdup() when printing debug strings
As the debugging print calls are async, all the strings that might
be overwritten must use log_strdup() which will create a copy
of the printable string.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-10-04 14:13:57 +03:00
..
CMakeLists.txt net: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
http_client.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
http_parser_url.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_parser.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_server.c net: lib: Convert http library to use log level 2018-10-04 14:13:57 +03:00
http.c net: lib: Convert http library to use log level 2018-10-04 14:13:57 +03:00
Kconfig net: lib: Convert http library to use log level 2018-10-04 14:13:57 +03:00
README_http_parser net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00