Jean-Philippe Barrette-LaPierre's patch applied

This commit is contained in:
Daniel Stenberg 2002-04-12 07:23:57 +00:00
parent 3f6133be27
commit 38e518c710
1 changed files with 7 additions and 1 deletions

View File

@ -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.