diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 07:23:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 07:23:57 +0000 |
commit | 38e518c710664a51be6661b40f13fcbc6d8b20fd (patch) | |
tree | 2cd715954242036a824a5d82ea4af0a81012a461 /CHANGES | |
parent | 3f6133be2735936631c4bfe5aedd28ae9b084f3f (diff) |
Jean-Philippe Barrette-LaPierre's patch applied
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |