]> granicus.if.org Git - curl/commit
debug: added new connection cache output, plus fixups
authorCarlo Wood <carlo@alinoe.com>
Tue, 18 Nov 2014 22:02:40 +0000 (23:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Nov 2014 22:02:40 +0000 (23:02 +0100)
commit013d5c18c3078fe737c5f20382cbdc834cfff3dc
treec383fa6d0e3189a252e2f0b14b679b80f51f2cc5
parentb77ff4d589785861b0a91bef6b6fc2a261374f1c
debug: added new connection cache output, plus fixups

Debug output 'typo' fix.

Don't print an extra "0x" in
  * Pipe broke: handle 0x0x2546d88, url = /

Add debug output.
Print the number of connections in the connection cache when
  adding one, and not only when one is removed.

Fix typos in comments.
lib/conncache.c
lib/connect.c
lib/multi.c