On Sunday 14 November 2010, Bas Wijnen wrote: > Everything normally works fine. However, in some cases (I don't > know when exactly), I get an invalid reply from my local archive. > I've captured the traffic with wireshark and attached it.
Do you have mod_cache enabled in apache? If yes, this is probably https://issues.apache.org/bugzilla/show_bug.cgi?id=45341 and you could try to disable mod_cache for that virtual host. > The problem seems to be in packet 19. It contains 3 HTTP parts, the > second of which does not seem to have data in it (according the > wireshark's parser). However, when looking at that part, it not > only contains data: it also contains the next HTTP header. The problem is that there is a 304 response which should not happen for an unconditional request. But the 304 response not having any body is OK (it doesn't have a content-length header either). This traffic goes to port 80, so I think the problem has nothing to do with apt- cacher-ng. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org