]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol.
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 2 Nov 2009 04:43:19 +0000 (17:43 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 2 Nov 2009 04:43:19 +0000 (17:43 +1300)
commite77d7ef081a0455864c70ca65846180e6e15d165
tree6bddfe2ad9e0f69b1414a660b653e3e758e3a30e
parent7e10aa7b04b16fdc0c93733c6e7c82ef9939946b
Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol.

This makes Squid accept the ICY protocol replies and pass them on to the client.
doc/release-notes/release-3.1.sgml
src/HttpReply.cc
src/HttpStatusLine.cc
src/HttpStatusLine.h
src/URLScheme.cc
src/client_side_reply.cc
src/enums.h
src/http.cc
src/tests/testHttpReply.cc