If you're not using WCCP, stop reading now. WCCP is my only experience of the problem you describe.
If you're using WCCP to divert packets to your cache, notice that they are sent from the router via GRE encapsulation. Certain webmail sites use very large cookies, such that HTTP requests exceed the size of a single packet. Adding 24 bytes GRE header on top of that should cause the packet to fragment, but it appears certain versions of IOS may not handle this properly. The practical upshot (in my case) is that only the last packet of the request is received by my squid server - which makes the whole request invalid to squid. You might consider logging a support call with Cisco since this is nothing to do with squid per se. The problem seems to lie in the way IOS handles fragmentation due to GRE encapsulation from WCCP. Cheers, Clive -----Original Message----- From: Walter Priesnitz Filho [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 October 2003 11:10 AM To: Henrik Nordstrom Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] Problems with webmail Hi, My request receives an answer from the server, but just a header. The emails still loading.... and nothing. Sorry, but my english is not good. Could you understand my problem? :-) Regards, Walter At 18:26 28/10/2003, Henrik Nordstrom wrote: >On Tue, 28 Oct 2003, Walter Priesnitz Filho wrote: > > > Hi, > > I�m having problems with my squid when I attempt to open my emails in a > > webmail. > > Does anybody had the same experience? Or can help with some hints? :-) > >What happens? > >webmail is nothing special in the view of the proxy, just HTTP traffic as >any other browsing. > >Regards >Henrik
