Commit 38e518c7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jean-Philippe Barrette-LaPierre's patch applied

parent 3f6133be
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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.