Mercurial > mplayer.hg
diff stream/http.c @ 27847:28deb37052cd
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
| author | reimar |
|---|---|
| date | Sun, 02 Nov 2008 17:15:14 +0000 |
| parents | d35bcab9833b |
| children | 9e739bdb049c |
line wrap: on
line diff
--- a/stream/http.c Sun Nov 02 16:46:02 2008 +0000 +++ b/stream/http.c Sun Nov 02 17:15:14 2008 +0000 @@ -973,7 +973,7 @@ "Bertrand, Albeau, Reimar Doeffinger, Arpi?", "plain http", open_s1, - {"http", "http_proxy", "unsv", "icyx", NULL}, + {"http", "http_proxy", "unsv", "icyx", "noicyx", NULL}, NULL, 0 // Urls are an option string };
