> I also think the actual bug is on the server side.

Yes, it is.  RFC 2616 Section 14.16.

But then, what do you expect from a server written in Python.

> +    if(token_compare(buf, i, i + 5, "bytes")) {
> +        i += 5;
> +        i = skipWhitespace(buf, i);
> +    } else {
> +        do_log(L_WARN, "Content-Range values not clearly declared as 
> bytes.\n");
> +    }

Looks good to me, but I need to check the error-handling behaviour of
your patch.

                                        Juliusz

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Polipo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to