On Monday 02 July 2001 08:55 pm, Dawit Alemayehu wrote: > Hi, > > Here is a link to a first run patch (rather large to post here) that > attempts to port kio_http to use TCPSlaveBase: > > http://users.starpower.net/adawit/kde2/patches/httpport.tgz > > This patch fixes: I had a look at your patch from Jul. 7. It looks mostly ok. It has a line which fails to compile: while( buf == ' ' ) buf++; Appearanly should be: while( *buf == ' ' ) buf++; I'm currently testing your patch and I encounter some problems with wrong hostnames being sent but I don't know if that's a problem of your patch or of something else. Cheers, Waldo -- I don't suffer from insanity, I enjoy every minute of it.