platform/upstream/curl.git
17 years agothe libtest source codes that use curlx_tv* functions MUST use the
Daniel Stenberg [Mon, 29 Jan 2007 10:09:06 +0000 (10:09 +0000)]
the libtest source codes that use curlx_tv* functions MUST use the
lib/timeval.c source code since those functions are not in the API (and might
not be accessible)

17 years ago- Michael Wallner reported that when doing a CONNECT with a custom User-Agent
Daniel Stenberg [Mon, 29 Jan 2007 09:26:36 +0000 (09:26 +0000)]
- Michael Wallner reported that when doing a CONNECT with a custom User-Agent
  header, you got _two_ User-Agent headers in the CONNECT request...! Added
  test case 287 to verify the fix.

17 years agofixed segfault when compiled with MingW32 and cmd or command shell.
Gunter Knauf [Mon, 29 Jan 2007 00:51:02 +0000 (00:51 +0000)]
fixed segfault when compiled with MingW32 and cmd or command shell.

17 years agoAndreas Rieke added extra infof() for when a connection is not re-used due to
Daniel Stenberg [Sun, 28 Jan 2007 22:45:22 +0000 (22:45 +0000)]
Andreas Rieke added extra infof() for when a connection is not re-used due to
SSL conditions not being the same

17 years agosilence compiler warnings
Daniel Stenberg [Sun, 28 Jan 2007 22:36:23 +0000 (22:36 +0000)]
silence compiler warnings

17 years agoenabled build with sspi.
Gunter Knauf [Sun, 28 Jan 2007 21:54:10 +0000 (21:54 +0000)]
enabled build with sspi.

17 years agoenabled build with hardcoded ca-bundle path;
Gunter Knauf [Sun, 28 Jan 2007 15:31:06 +0000 (15:31 +0000)]
enabled build with hardcoded ca-bundle path;
added distclean target.

17 years agoforce to create ca-bunde.h even if it exists already.
Gunter Knauf [Sun, 28 Jan 2007 15:07:53 +0000 (15:07 +0000)]
force to create ca-bunde.h even if it exists already.

17 years agouse var for awk.
Gunter Knauf [Sun, 28 Jan 2007 14:43:25 +0000 (14:43 +0000)]
use var for awk.

17 years agocurl_easy_reset() now resets the CA bundle path correctly
Daniel Stenberg [Sun, 28 Jan 2007 12:58:13 +0000 (12:58 +0000)]
curl_easy_reset() now resets the CA bundle path correctly

17 years agoanother small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.
Gunter Knauf [Sun, 28 Jan 2007 12:35:39 +0000 (12:35 +0000)]
another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.

17 years agorecent contributors
Daniel Stenberg [Sun, 28 Jan 2007 09:59:11 +0000 (09:59 +0000)]
recent contributors

17 years agoCompiler warning fix
Yang Tse [Sun, 28 Jan 2007 03:51:10 +0000 (03:51 +0000)]
Compiler warning fix

17 years ago- David McCreedy fixed the Curl command line tool for HTTP on non-ASCII
Daniel Stenberg [Sat, 27 Jan 2007 23:02:17 +0000 (23:02 +0000)]
- David McCreedy fixed the Curl command line tool for HTTP on non-ASCII
  platforms.

17 years agofix sftp directory listing so that it works without -v and is redirectable with ...
Gunter Knauf [Sat, 27 Jan 2007 12:14:02 +0000 (12:14 +0000)]
fix sftp directory listing so that it works without -v and is redirectable with -o/-O.

17 years agotell us what we put out here...
Gunter Knauf [Sat, 27 Jan 2007 11:50:42 +0000 (11:50 +0000)]
tell us what we put out here...

17 years agoupdate copyright year notice
Yang Tse [Sat, 27 Jan 2007 03:43:05 +0000 (03:43 +0000)]
update copyright year notice

17 years agoCompiler warning fix
Yang Tse [Sat, 27 Jan 2007 03:14:25 +0000 (03:14 +0000)]
Compiler warning fix

17 years agosync with lib/setup_once.h
Yang Tse [Sat, 27 Jan 2007 01:56:57 +0000 (01:56 +0000)]
sync with lib/setup_once.h

17 years agosync comment with reality
Yang Tse [Sat, 27 Jan 2007 01:56:20 +0000 (01:56 +0000)]
sync comment with reality

17 years agoremove the res file too with clean target.
Gunter Knauf [Fri, 26 Jan 2007 21:00:02 +0000 (21:00 +0000)]
remove the res file too with clean target.

17 years agoremoved CFLAGS from linking.
Gunter Knauf [Fri, 26 Jan 2007 20:05:38 +0000 (20:05 +0000)]
removed CFLAGS from linking.

17 years agofix redefine warning when build from CVS.
Gunter Knauf [Fri, 26 Jan 2007 20:00:55 +0000 (20:00 +0000)]
fix redefine warning when build from CVS.

17 years agoFixed compiler warning.
Dan Fandrich [Fri, 26 Jan 2007 17:50:06 +0000 (17:50 +0000)]
Fixed compiler warning.

17 years agoRemove LoadLibrary() (from my private build).
Gisle Vanem [Fri, 26 Jan 2007 16:36:59 +0000 (16:36 +0000)]
Remove LoadLibrary() (from my private build).

17 years agoFree 'config->libcurl' at exit.
Gisle Vanem [Fri, 26 Jan 2007 16:24:52 +0000 (16:24 +0000)]
Free 'config->libcurl' at exit.

17 years agoUse "%Od" instead of CURL_FORMAT_OFF_T for <curlx.h> functions.
Gisle Vanem [Fri, 26 Jan 2007 16:18:47 +0000 (16:18 +0000)]
Use "%Od" instead of CURL_FORMAT_OFF_T for <curlx.h> functions.

17 years agoOptions of type CURLOPTTYPE_FUNCTIONPOINT are never printable.
Gisle Vanem [Fri, 26 Jan 2007 15:15:27 +0000 (15:15 +0000)]
Options of type CURLOPTTYPE_FUNCTIONPOINT are never printable.

17 years agoupdated mingw build instructions for libssh2.
Gunter Knauf [Fri, 26 Jan 2007 13:55:18 +0000 (13:55 +0000)]
updated mingw build instructions for libssh2.

17 years agoadded project header to lib resource file; fixed header copyright.
Gunter Knauf [Fri, 26 Jan 2007 08:53:03 +0000 (08:53 +0000)]
added project header to lib resource file; fixed header copyright.

17 years agouse provided resource file for exe.
Gunter Knauf [Fri, 26 Jan 2007 08:50:06 +0000 (08:50 +0000)]
use provided resource file for exe.

17 years agofix compiler warnings for SSL-disabled builds
Daniel Stenberg [Thu, 25 Jan 2007 21:00:03 +0000 (21:00 +0000)]
fix compiler warnings for SSL-disabled builds

17 years agougha, prevent a buffer overflow and allow very long strings in the generated
Daniel Stenberg [Thu, 25 Jan 2007 20:47:47 +0000 (20:47 +0000)]
ugha, prevent a buffer overflow and allow very long strings in the generated
libcurl source...

17 years ago- Added the --libcurl [file] option to curl. Append this option to any
Daniel Stenberg [Thu, 25 Jan 2007 15:58:00 +0000 (15:58 +0000)]
- Added the --libcurl [file] option to curl. Append this option to any
  ordinary curl command line, and you will get a libcurl-using source code
  written to the file that does the equivalent operation of what your command
  line operation does!

17 years agoremoved unused define.
Gunter Knauf [Thu, 25 Jan 2007 15:00:01 +0000 (15:00 +0000)]
removed unused define.

17 years agoset proper lib extension for non-configure mingw32 builds on Win32.
Gunter Knauf [Thu, 25 Jan 2007 14:06:38 +0000 (14:06 +0000)]
set proper lib extension for non-configure mingw32 builds on Win32.

17 years agofixed copyright for new year.
Gunter Knauf [Thu, 25 Jan 2007 13:17:20 +0000 (13:17 +0000)]
fixed copyright for new year.

17 years agoadded targets for libssh2 builds.
Gunter Knauf [Thu, 25 Jan 2007 13:15:47 +0000 (13:15 +0000)]
added targets for libssh2 builds.

17 years agoenabled build with libssh2.
Gunter Knauf [Thu, 25 Jan 2007 13:14:42 +0000 (13:14 +0000)]
enabled build with libssh2.

17 years agofix non-SSL builds again
Daniel Stenberg [Thu, 25 Jan 2007 11:09:56 +0000 (11:09 +0000)]
fix non-SSL builds again

17 years agoFixed a dangling pointer problem that prevented the http_proxy environment
Dan Fandrich [Thu, 25 Jan 2007 01:35:43 +0000 (01:35 +0000)]
Fixed a dangling pointer problem that prevented the http_proxy environment
variable from being properly used in many cases (and caused test case 63
to fail).

17 years agoremoved not used define.
Gunter Knauf [Thu, 25 Jan 2007 00:26:29 +0000 (00:26 +0000)]
removed not used define.

17 years agoOnly shut down SSL if the CCC command succeeded.
Dan Fandrich [Wed, 24 Jan 2007 19:09:12 +0000 (19:09 +0000)]
Only shut down SSL if the CCC command succeeded.

17 years agomoved the SSL pending function to the proper place and name
Daniel Stenberg [Wed, 24 Jan 2007 17:19:08 +0000 (17:19 +0000)]
moved the SSL pending function to the proper place and name

17 years agobail out on strdup() errors
Daniel Stenberg [Wed, 24 Jan 2007 12:34:23 +0000 (12:34 +0000)]
bail out on strdup() errors

17 years ago- David McCreedy did NTLM changes mainly for non-ASCII platforms:
Daniel Stenberg [Tue, 23 Jan 2007 22:57:42 +0000 (22:57 +0000)]
- David McCreedy did NTLM changes mainly for non-ASCII platforms:

  #1
  There's a compilation error in http_ntlm.c if USE_NTLM2SESSION is NOT
  defined.  I noticed this while testing various configurations.  Line 867 of
  the current http_ntlm.c is a closing bracket for an if/else pair that only
  gets compiled in if USE_NTLM2SESSION is defined.  But this closing bracket
  wasn't in an #ifdef so the code fails to compile unless USE_NTLM2SESSION was
  defined.  Lines 198 and 140 of my patch wraps that closing bracket in an
  #ifdef USE_NTLM2SESSION.

  #2
  I noticed several picky compiler warnings when DEBUG_ME is defined.  I've
  fixed them with casting.  By the way, DEBUG_ME was a huge help in
  understanding this code.

  #3
  Hopefully the last non-ASCII conversion patch for libcurl in a while.  I
  changed the "NTLMSSP" literal to hex since this signature must always be in
  ASCII.

  Conversion code was strategically added where necessary.  And the
  Curl_base64_encode calls were changed so the binary "blobs" http_ntlm.c
  creates are NOT translated on non-ASCII platforms.

17 years agorecount
Daniel Stenberg [Tue, 23 Jan 2007 22:13:52 +0000 (22:13 +0000)]
recount

17 years ago#79 is no problem to me (and no response on my mail)
Daniel Stenberg [Tue, 23 Jan 2007 22:13:34 +0000 (22:13 +0000)]
#79 is no problem to me (and no response on my mail)

17 years agovery minor indent change
Daniel Stenberg [Tue, 23 Jan 2007 22:13:05 +0000 (22:13 +0000)]
very minor indent change

17 years agoIgnore XML DOCTYPEs and declarations.
Dan Fandrich [Tue, 23 Jan 2007 20:24:26 +0000 (20:24 +0000)]
Ignore XML DOCTYPEs and declarations.

17 years agoSpeed-up djgpp's stat() by avoid checking for uneeded stuff.
Gisle Vanem [Tue, 23 Jan 2007 08:57:12 +0000 (08:57 +0000)]
Speed-up djgpp's stat() by avoid checking for uneeded stuff.

17 years agoConvert (most of) the test data files into genuine XML. A handful still
Dan Fandrich [Tue, 23 Jan 2007 02:25:56 +0000 (02:25 +0000)]
Convert (most of) the test data files into genuine XML.  A handful still
are not, due mainly to the lack of support for XML character entities
(e.g. & => &amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.

17 years agoenabled build with libssh2; fixed copyright for new year..
Gunter Knauf [Tue, 23 Jan 2007 00:26:45 +0000 (00:26 +0000)]
enabled build with libssh2; fixed copyright for new year..

17 years agoMake the test script tag parser a bit more robust.
Dan Fandrich [Thu, 18 Jan 2007 20:32:46 +0000 (20:32 +0000)]
Make the test script tag parser a bit more robust.
Check for the .exe extension on mingw32 builds.

17 years agoAdded precheck that curl supports the 'openssl' engine in test 307.
Dan Fandrich [Thu, 18 Jan 2007 18:04:20 +0000 (18:04 +0000)]
Added precheck that curl supports the 'openssl' engine in test 307.

17 years agoFixed some tag typos in the test data files.
Dan Fandrich [Wed, 17 Jan 2007 20:36:56 +0000 (20:36 +0000)]
Fixed some tag typos in the test data files.

17 years agoDisabled test 307 for now.
Dan Fandrich [Wed, 17 Jan 2007 19:23:32 +0000 (19:23 +0000)]
Disabled test 307 for now.

17 years agoSupress "comparison between signed and unsigned" warning.
Gisle Vanem [Wed, 17 Jan 2007 15:15:21 +0000 (15:15 +0000)]
Supress "comparison between signed and unsigned" warning.

17 years agotwo other still outstanding issues
Daniel Stenberg [Wed, 17 Jan 2007 12:00:08 +0000 (12:00 +0000)]
two other still outstanding issues

17 years agomore reported bugs we need to address at some point, possibly before a release
Daniel Stenberg [Wed, 17 Jan 2007 10:15:09 +0000 (10:15 +0000)]
more reported bugs we need to address at some point, possibly before a release

17 years agoclarify the INFILESIZE option(s)
Daniel Stenberg [Wed, 17 Jan 2007 08:57:20 +0000 (08:57 +0000)]
clarify the INFILESIZE option(s)

17 years agoDavid McCreedy fixed a flaw from his previous non-ascii HTTP patch
Daniel Stenberg [Tue, 16 Jan 2007 22:26:50 +0000 (22:26 +0000)]
David McCreedy fixed a flaw from his previous non-ascii HTTP patch

17 years ago- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg [Tue, 16 Jan 2007 22:22:10 +0000 (22:22 +0000)]
- Armel Asselin improved libcurl to behave a lot better when an easy handle
  doing an FTP transfer is removed from a multi handle before completion. The
  fix also fixed the "alive counter" to be correct on "premature removal" for
  all protocols.

17 years agorestore previous addition to the amount of data that is returned
Daniel Stenberg [Tue, 16 Jan 2007 21:28:45 +0000 (21:28 +0000)]
restore previous addition to the amount of data that is returned

17 years agoAdded simple OpenSSL crypto engine tests.
Dan Fandrich [Tue, 16 Jan 2007 18:34:58 +0000 (18:34 +0000)]
Added simple OpenSSL crypto engine tests.

17 years agoFixed a small memory leak in tftp uploads discovered by curl's memory leak
Dan Fandrich [Tue, 16 Jan 2007 18:33:25 +0000 (18:33 +0000)]
Fixed a small memory leak in tftp uploads discovered by curl's memory leak
detector.  Also changed tftp downloads to URL-unescape the downloaded
file name.

17 years agoAdded TFTP upload tests.
Dan Fandrich [Mon, 15 Jan 2007 21:06:12 +0000 (21:06 +0000)]
Added TFTP upload tests.

17 years agoLeave the TFTPD test server running after a file upload.
Dan Fandrich [Mon, 15 Jan 2007 21:03:53 +0000 (21:03 +0000)]
Leave the TFTPD test server running after a file upload.
Flush the protocol log data so it's immediately available to the test harness.

17 years ago- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg [Sun, 14 Jan 2007 14:57:51 +0000 (14:57 +0000)]
- David McCreedy provided libcurl changes for doing HTTP communication on
  non-ASCII platforms. It does add some complexity, most notably with more
  #ifdefs, but I want to see this supported added and I can't see how we can
  add it without the extra stuff added.

17 years ago4GB download and cookielist "ALL" fixes
Daniel Stenberg [Sat, 13 Jan 2007 23:33:50 +0000 (23:33 +0000)]
4GB download and cookielist "ALL" fixes

17 years agofixed bad variable use when getting the size which we should read when
Daniel Stenberg [Sat, 13 Jan 2007 23:33:21 +0000 (23:33 +0000)]
fixed bad variable use when getting the size which we should read when
attempting not to read data that might belong to the next response (if
pipelining)

17 years agomake Curl_cookie_clearall() survive getting called with a NULL pointer
Daniel Stenberg [Sat, 13 Jan 2007 23:32:14 +0000 (23:32 +0000)]
make Curl_cookie_clearall() survive getting called with a NULL pointer

17 years agoAdded test for TFTP retrieve of boundary case 512 byte file.
Dan Fandrich [Wed, 10 Jan 2007 23:40:22 +0000 (23:40 +0000)]
Added test for TFTP retrieve of boundary case 512 byte file.

17 years agoDisplay crypto engine name correctly in debug message.
Dan Fandrich [Wed, 10 Jan 2007 21:21:53 +0000 (21:21 +0000)]
Display crypto engine name correctly in debug message.

17 years agoAdded test of TFTP server error reporting.
Dan Fandrich [Wed, 10 Jan 2007 03:32:19 +0000 (03:32 +0000)]
Added test of TFTP server error reporting.

17 years agocorrected example
Daniel Stenberg [Tue, 9 Jan 2007 18:58:16 +0000 (18:58 +0000)]
corrected example

17 years agoCorrect error code for CCC/SSL shutdown failure
Linus Nielsen Feltzing [Mon, 8 Jan 2007 11:24:11 +0000 (11:24 +0000)]
Correct error code for CCC/SSL shutdown failure

17 years agoRemoved unused variable in Curl_ossl_shutdown()
Linus Nielsen Feltzing [Mon, 8 Jan 2007 10:03:19 +0000 (10:03 +0000)]
Removed unused variable in Curl_ossl_shutdown()

17 years agono suprise really, but it works fine on SH4 as well...
Daniel Stenberg [Mon, 8 Jan 2007 09:32:02 +0000 (09:32 +0000)]
no suprise really, but it works fine on SH4 as well...

17 years agoFix compilation errors when building without SSL
Linus Nielsen Feltzing [Sat, 6 Jan 2007 10:49:11 +0000 (10:49 +0000)]
Fix compilation errors when building without SSL

17 years ago- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
Daniel Stenberg [Fri, 5 Jan 2007 23:11:14 +0000 (23:11 +0000)]
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
  curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it
  will make libcurl shutdown SSL/TLS after the authentication is done on a
  FTP-SSL operation.

17 years agoInclude <dos.h> for delay() on MSDOS.
Gisle Vanem [Fri, 5 Jan 2007 15:56:28 +0000 (15:56 +0000)]
Include <dos.h> for delay() on MSDOS.

17 years agoprevent compiler warning since we use base64.h from libcurl which now has
Daniel Stenberg [Thu, 4 Jan 2007 23:04:50 +0000 (23:04 +0000)]
prevent compiler warning since we use base64.h from libcurl which now has
function(s) using SessionHandle pointers

17 years agoone issue less before release
Daniel Stenberg [Wed, 3 Jan 2007 23:13:49 +0000 (23:13 +0000)]
one issue less before release

17 years ago- David McCreedy made changes to allow base64 encoding/decoding to work on
Daniel Stenberg [Wed, 3 Jan 2007 23:04:38 +0000 (23:04 +0000)]
- David McCreedy made changes to allow base64 encoding/decoding to work on
  non-ASCII platforms.

17 years agonew year
Daniel Stenberg [Wed, 3 Jan 2007 22:24:01 +0000 (22:24 +0000)]
new year

17 years ago- Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always store
Daniel Stenberg [Wed, 3 Jan 2007 22:18:38 +0000 (22:18 +0000)]
- Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always store
  downloaded data in two buffers, just to be able to deal with a special HTTP
  pipelining case. That is now only activated for pipelined transfers. In
  Matt's case, it showed as a considerable performance difference,

17 years ago- Victor Snezhko helped us fix bug report #1603712
Daniel Stenberg [Tue, 2 Jan 2007 22:34:56 +0000 (22:34 +0000)]
- Victor Snezhko helped us fix bug report #1603712
  (http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate
  (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken
  on Windows (since 7.16.0, but that's when they were introduced as previous
  to that the limiting logic was made in the application only and not in the
  library). It was actually also broken on select()-based systems (as apposed
  to poll()) but we haven't had any such reports. We now use select(), Sleep()
  or delay() properly to sleep a while without waiting for anything input or
  output when the rate limiting is activated with the easy interface.

17 years ago- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs
Daniel Stenberg [Tue, 2 Jan 2007 12:14:21 +0000 (12:14 +0000)]
- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs
  to get built static. It has been mentioned before and was again brought to
  our attention by Nathanael Nerode who filed debian bug report #405226
  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).

17 years agocurl_easy_cleanup kills this memory too
Daniel Stenberg [Sun, 31 Dec 2006 13:53:19 +0000 (13:53 +0000)]
curl_easy_cleanup kills this memory too

17 years agocurl_easy_duphandle() sets the magic number in the new handle
Daniel Stenberg [Fri, 29 Dec 2006 11:32:14 +0000 (11:32 +0000)]
curl_easy_duphandle() sets the magic number in the new handle

17 years agomention the no_proxy work
Daniel Stenberg [Mon, 25 Dec 2006 22:35:48 +0000 (22:35 +0000)]
mention the no_proxy work

17 years ago- Robert Foreman provided a prime example snippet showing how libcurl would
Daniel Stenberg [Fri, 22 Dec 2006 15:04:59 +0000 (15:04 +0000)]
- Robert Foreman provided a prime example snippet showing how libcurl would
  get confused and not acknowledge the 'no_proxy' variable properly once it
  had used the proxy and you re-used the same easy handle. I made sure the
  proxy name is properly stored in the connect struct rather than the
  sessionhandle/easy struct.

17 years agoCurl_getinfo() now checks for a NULL SessionHandle pointer
Daniel Stenberg [Fri, 22 Dec 2006 13:44:10 +0000 (13:44 +0000)]
Curl_getinfo() now checks for a NULL SessionHandle pointer

17 years ago- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t
Daniel Stenberg [Fri, 22 Dec 2006 13:30:54 +0000 (13:30 +0000)]
- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t
  variable to point to when it should be a socklen_t.

17 years agoWhen setting a proxy with environment variables and (for example) running
Daniel Stenberg [Fri, 22 Dec 2006 07:30:21 +0000 (07:30 +0000)]
When setting a proxy with environment variables and (for example) running
'curl [URL]' with a URL without a protocol prefix, curl would not send a
correct request as it failed to add the protocol prefix.

17 years agominor indent fix
Daniel Stenberg [Thu, 21 Dec 2006 15:47:19 +0000 (15:47 +0000)]
minor indent fix

17 years agoremoved unused variables
Daniel Stenberg [Thu, 21 Dec 2006 10:18:15 +0000 (10:18 +0000)]
removed unused variables

17 years agoRobson Braga Araujo reported bug #1618359
Daniel Stenberg [Thu, 21 Dec 2006 10:15:38 +0000 (10:15 +0000)]
Robson Braga Araujo reported bug #1618359
(http://curl.haxx.se/bug/view.cgi?id=1618359) and subsequently provided a
patch for it: when downloading 2 zero byte files in a row, curl 7.16.0
enters an infinite loop, while curl 7.16.1-20061218 does one additional
unnecessary request.

Fix: During the "Major overhaul introducing http pipelining support and
shared connection cache within the multi handle." change, headerbytecount
was moved to live in the Curl_transfer_keeper structure. But that structure
is reset in the Transfer method, losing the information that we had about
the header size. This patch moves it back to the connectdata struct.

17 years agoCURLOPT_CAPATH is OpenSSL-only
Daniel Stenberg [Thu, 21 Dec 2006 09:36:03 +0000 (09:36 +0000)]
CURLOPT_CAPATH is OpenSSL-only