From kde-core-devel Wed Jul 11 17:59:19 2001 From: Waldo Bastian Date: Wed, 11 Jul 2001 17:59:19 +0000 To: kde-core-devel Subject: Re: PATCH: HTTP ioslave port to TCPSlaveBase X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99487459702238 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.