On Wed, 31 May 2000, CVS by faure wrote: > kdelibs/kio/http http.cc,1.153,1.154 > Author: faure > CVSROOT: /home/kde > Wed May 31 21:28:44 UTC 2000 > Update of /home/kde/kdelibs/kio/http > cvs.kde.org hosted by sourceforge.net > > Modified Files: > http.cc > Log Message: > Fix for URLs without path (assume / in this case). > Sending "GET HTTP/1.1" leads to error messages, we want to send "GET / > HTTP/1.1". AH.. I was already wondering why it did what it did in such a complex way... changed it a little to cover the case where you don't have a path but _do_ have a query. Cheers, Waldo