Re: netflix app from Android device or iPhone

Juliusz Chroboczek <[email protected]>
Newsgroups gmane.comp.web.polipo.user
Message-ID <[email protected]>
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.