]> git.ipfire.org Git - thirdparty/curl.git/commit
docs: Remove that --proto is just used for initial retrieval
authorJay Satiro <raysatiro@yahoo.com>
Wed, 21 Sep 2016 19:34:57 +0000 (15:34 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 21 Sep 2016 21:23:24 +0000 (17:23 -0400)
commit36e53ec6ff93cf2c20934f65fb405c662ff0f604
tree2ceac22333eeb6bc80700ca5f896ddc6ed20ae8a
parent82279c82c8d94d8999de68fceadb4f1d7cd0df3b
docs: Remove that --proto is just used for initial retrieval

.. and add that --proto-redir and CURLOPT_REDIR_PROTOCOLS do not
override protocols denied by --proto and CURLOPT_PROTOCOLS.

- Add a test to enforce: --proto deny must override --proto-redir allow

Closes https://github.com/curl/curl/pull/1031
docs/curl.1
docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
tests/data/Makefile.inc
tests/data/test1245 [new file with mode: 0644]