I just downloaded Polipo (20080907 build for Windows) this weekend.
Today I tried a wget-based script with it, but I ran into a problem. My 
script assumes that wget -c on an already downloaded file will return a 
"416 Requested range not satisfiable" error, which seems to be what 
other servers return.  But Polipo was returning "206 Partial content" 
instead, which made wget retry again and again.

Was this a known bug, or a non-bug?  Is this the right place to report it?

I believe I've found and fixed the problem in the Polipo-20080907 
client.c file:

1706c1706
<         if(request->from > request->to) {
---
 >         if(request->from >= request->to) {


Ken

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to