> When netflix app sends the first HTTP GET request it gets the HTTP response > as 302 from the netflix server. So now instead of forwarding the same code > to netflix app, Polipo send out 416 code with the following message > "Requested range not satisfiable".
Sorry to hear that. > I have found a fix for that. So when request->to & request->from are less > then 0, apart form checking the request method as HEAD, we should check for > request method GET also. As I am doing below: > if((request->from <= 0 && request->to < 0) || > request->method == METHOD_HEAD || request->method == METHOD_GET) { That's pretty bogus, sorry. Just set from to 0 and to to -1 in this case. -- Juliusz ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: DESIGN Expert tips on starting your parallel project right. http://goparallel.sourceforge.net _______________________________________________ Polipo-users mailing list Polipo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/polipo-users