The initial HTTP request can now be sent in multiple parts, as part of the
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Dec 2002 13:10:00 +0000 (13:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Dec 2002 13:10:00 +0000 (13:10 +0000)
commitdb6ff224f8ac1ffb0c99ad6ce17e32d30e463e9c
tree5bfd5d0131dd7b895e54c264b4a3cac98a1c9da4
parentb3c7cd61f3f7133ef6dbf893a5af976d432bafcc
The initial HTTP request can now be sent in multiple parts, as part of the
regular transfer process. This required some new tweaks, like for example
we need to be able to tell the tranfer loop to not chunky-encode uploads
while we're transferring the rest of the request...
lib/http.c
lib/transfer.c
lib/urldata.h