curl-library
RE: Undocumented values of curl_infotype for debug function
Date: Sun, 16 Feb 2014 14:32:56 +0000
>Feel free to fix and send a patch!
Something like this:
====================================
--- docs/libcurl/curl_easy_setopt.3.orig 2014-02-16 16:25:46.000000000 +0200
+++ docs/libcurl/curl_easy_setopt.3 2014-02-16 16:29:36.000000000 +0200
@@ -493,6 +493,10 @@
The data is protocol data received from the peer.
.IP CURLINFO_DATA_OUT
The data is protocol data sent to the peer.
+.IP CURLINFO_SSL_DATA_OUT
+The data is SSL/TLS (binary) data sent to the peer.
+.IP CURLINFO_SSL_DATA_IN
+The data is SSL/TLS (binary) data received from the peer.
.RE
.IP CURLOPT_DEBUGDATA
Pass a pointer to whatever you want passed in to your
====================================
Regards,
Yehezkel Horowitz
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-02-16