- Added "--trace [file]" to the command line tool. It makes a very detailed
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 May 2002 12:14:09 +0000 (12:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 May 2002 12:14:09 +0000 (12:14 +0000)
commit57ff28c9b7d947cc3980f37b6f68f8a0e46f8652
tree51ee302e3623033baacd80383e30a4f98afa9b58
parent86cc34c0de18a159fcebde42d59f9d94a68bfac6
- Added "--trace [file]" to the command line tool. It makes a very detailed
  trace dump get stored, with a full protocol dump that includes all received
  and transmitted data. This could be a very effective tool for debugging what
  goes wrong. This dump includes every byte the way it is sent to/received
  from the server. The dump is the plain-text version, so SSL transfers will
  still be readable.
src/main.c