On Thu, Oct 16, 2008 at 11:32:34AM -0700, Sebastien Delafond wrote: > Package: apt-cacher > Version: 1.6.5 > Severity: normal > Tags: patch > > I'm seeing the same exact bug as this one: > > https://bugs.launchpad.net/ubuntu/+source/apt-cacher/+bug/219095
I have taken a look at this and I have to admit I can't see how the incomplete request line is getting through the existing getRequestLine(). Do you have debug output which shows what is going on? I can't reproduce the bug. If you could set debug=1 in the config file, trigger the bug and send the relevant parts of /var/log/apt-cacher/error.log that would be a great help. I think the comments in that function are actually incorrect. The call to sysread doesn't actually have to contain at least one complete line. If it doesn't, it is all stored in $reqTail and then reused on the next iteration. Cheers, Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]