Just for the record...

> From this snippet is quite clear where is the problem:
> 
> >PUT ftp://ftp.my.net/incoming/patch%2D2%2E6%2E30%2E1%2Ebz2 HTTP/1.1
...
> >Expect: 100-continue
> As you see curl is setting the Expect: with value '100-continue'
> header which cannot be satisfied. This is because squid only
> supports HTTP/1.0 where 100-continue is not defined. You should use
> the --proxy1.0 option of curl to make sure that it is using
> HTTP/1.0.

The option you are refering to seems to be -0 or --http1.0 at least on
lenny's curl and it solves the problem like you said.

Thanks for finding the solution for this problem. Would it be good to add a
note about this on curl's or squid's doc so that when the bug is closed
people can find this?

Regards...
-- 
Manty/BestiaTester -> http://manty.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to