PATCH: kio_http

Waldo Bastian bastian at kde.org
Tue Apr 9 07:07:50 BST 2002


On Monday 08 April 2002 10:42 pm, Dawit A. wrote:
> > Yes, please, I did add it for those other methods for a reason.
> which is ?

They are not idempotent, e.g. if you delete a file twice you will get an error 
the second time, despite that there isn't really an error. All these things 
aren't used very often anyway, so I rather go safe. Matze suggested to do the 
same for GET's with a query but I am not yet convinced of that. Maybe only if 
they are the result of a FORM submit, is there something we can check to see 
if the request was the result of a submit? I guess we would need to add extra 
metadata for that.

> Basically no HTTP/1.1 complaint server will send you Connection: Keep-Alive
> since that is th default.  And it does not work with HTTP/1.0 proxies like
> Squid because we no longer send "Connection: Keep-Alive header".  This
> issue can really get ugly :)

Maybe we should add an option "I use a broken proxy-server (Junkbuster)" then, 
that way we can use persistent connections with the proxy servers that do 
work.

> > Please note that mkdir still calls closeConnection itself, I guess it
> > should be removed there.
>
> Ooops, removed.
>
> Regards,
> Dawit A.

-- 
bastian at kde.org  |   SuSE Labs KDE Developer  |  bastian at suse.com





More information about the kde-core-devel mailing list