]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0R2: Clean up debug from libcurl
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 17 Mar 2014 21:12:25 +0000 (23:12 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 17 Mar 2014 22:39:35 +0000 (00:39 +0200)
commit4d65deda7f9159be33a33f6c93772868bce3c019
tree83b985c091affc1e5c5de79b40fdc09853f91d41
parentf4e3860f8a770a0db3816196c77baf894c7ccc1e
HS 2.0R2: Clean up debug from libcurl

Do not truncate CURLINFO entries on first linefeed to get full IN/OUT
headers and data into debug log. Use wpa_hexdump_ascii() if any
non-displayable characters are included. Remove the separate header/data
debug dumps since all that information is now available from the debug
callback.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/utils/http_curl.c