| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
new default HTTP headers
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 11 May 2005 12:03:06 +0200 (CEST)
Hi
Starting now, libcurl sends a little different set of HTTP headers in its
A) Normal non-proxy HTTP:
- no more "Pragma: no-cache" (this only makes sense to proxies)
B) Non-CONNECT HTTP request over proxy:
- "Pragma: no-cache" is used (like before)
C) CONNECT HTTP request over proxy:
- "Host: [name]:[port]"
The A) case is mostly to reduce the default header size and remove a pointless
The B) is to address (rare) problems with HTTP 1.0 proxies
The C) headers are both to address (rare) problems with some proxies. The code
I'm postponing the upcoming release a bit to allow some time for users to test
If anyone experience any problems with this, please post your findings!
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-05-11 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info