Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the

-w option support 'http_connect' to make it easier to verify!
This commit is contained in:
Daniel Stenberg
2004-12-21 19:59:35 +00:00
parent 444f6427b8
commit 4ba1eb26fa
5 changed files with 65 additions and 1 deletions

View File

@@ -7,6 +7,14 @@
Changelog
Daniel (21 December 2004)
- Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
-w option support 'http_connect' to make it easier to verify!
- Fixed lib/select.c include order to build fine on FreeBSD
- Fixed failf()'s reuse of the va_list variable that crashed on FreeBSD.
Version 7.12.3 (20 December 2004)
Daniel (19 December 2004)