[MPlayer-dev-eng] [PATCH] HTTP streaming over YouTube.com

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Aug 20 13:48:55 CEST 2006


Hello,
On Mon, Aug 14, 2006 at 04:21:59PM +0200, Reimar D?ffinger wrote:
> > @@ -829,6 +832,7 @@
> >  			// Redirect
> >  			case 301: // Permanently
> >  			case 302: // Temporarily
> > +			case 303: // See Other
> >  				// TODO: RFC 2616, recommand to detect infinite redirection loops
> >  				next_url = http_get_field( http_hdr, "Location" );
> >  				if( next_url!=NULL ) {
> 
> This probably might be a good idea to apply separately though?

Committed 303 handling here and in another place.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list