[Icecast] Icecast on port 80 and proxy servers that stay connected after user disconnects.
gARetH baBB
hick.icecast at gink.org
Fri Feb 11 14:59:54 UTC 2005
On Sat, 12 Feb 2005, Geoff Shang wrote:
> good example of why this is a good philosophy. There's no way for the proxy
> server to know not to cache it, unless you can tell it not to cache certain
Cache-Control: no-cache
Pragma: no-cache
Actually, "Cache-Control: no-cache" is wrong, it should I suppose be
"no-store" (or even "no-cache, no-store") - though stricly Cache-Control
is HTTP/1.1 and Pragma should be the one taken notice of.
The headers Icecast2 chucks out for streams is at the very end of
src/format.c
More information about the Icecast
mailing list