]> git.ipfire.org Git - thirdparty/curl.git/commit
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Feb 2007 21:13:47 +0000 (21:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Feb 2007 21:13:47 +0000 (21:13 +0000)
commit28b932fb4ef14b8b9ebda6823c98fbedad6be4b2
tree3398b7e7ae05437ee9e29168212ec6c215d299c3
parenta63174114193addcc147d8de8e71b66568e77639
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
  to the debug callback.

- Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and
  CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's
  internal decoding of content or transfer encoded content. This may be
  preferable in cases where you use libcurl for proxy purposes or similar. The
  command line tool got a --raw option to disable both at once.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/http_chunks.c
lib/transfer.c
lib/url.c
lib/urldata.h
src/main.c