From: Daniel Stenberg Date: Fri, 12 Apr 2002 07:23:57 +0000 (+0000) Subject: Jean-Philippe Barrette-LaPierre's patch applied X-Git-Tag: curl-7_9_6~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38e518c710664a51be6661b40f13fcbc6d8b20fd;p=curl Jean-Philippe Barrette-LaPierre's patch applied --- diff --git a/CHANGES b/CHANGES index 3854bebcf..611ef3431 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,12 @@ History of Changes +Daniel (12 April 2002) +- Jean-Philippe Barrette-LaPierre provided his patch that introduces + CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program to a set a + callback to receive debug/information data. That includes headers and data + that is received and sent. + Daniel (10 April 2002) - Sebastien Willemijns found out that -x didn't use the default port number as is documented. It does now. @@ -22,7 +28,7 @@ Daniel (10 April 2002) to a remote server. CURLE_SEND_ERROR has now been added for the latter error. - CURLE_READ_ERROR + CURLE_READ_ERROR This error was similarly returned *both* for errors when reading a local file, as well as when getting problems when reading network data. CURLE_RECV_ERROR has now been added for the latter error.