]> granicus.if.org Git - curl/commit
- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Sep 2008 16:13:20 +0000 (16:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Sep 2008 16:13:20 +0000 (16:13 +0000)
commit18110b519c56a464bca4258332279c580f07a52f
tree0818c63153e939254958ebeacce23ac713bd9bba
parent4c9768565ec3a9baf26ac8a547bca6e42cc64fa5
- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames
  CURLOPT_POST301 (but adds a define for backwards compatibility for you who
  don't define CURL_NO_OLDIES). This option allows you to now also change the
  libcurl behavior for a HTTP response 302 after a POST to not use GET in the
  subsequent request (when CURLOPT_FOLLOWLOCATION is enabled). I edited the
  patch somewhat before commit. The curl tool got a matching --post302
  option. Test case 1076 was added to verify this.
CHANGES
RELEASE-NOTES
docs/curl.1
include/curl/curl.h
lib/transfer.c
lib/url.c
lib/urldata.h
src/main.c
tests/data/Makefile.am
tests/data/test1076 [new file with mode: 0644]