Strange Opera error in POST

Erik Torlen duja at torlen.net
Mon Jun 9 21:15:18 CEST 2008


Yes, Im aware of that. But I did have some problem in an earlier version 
of trunk (and especially 1.1.2), but with the latest it seems better.

I have seen alot of updates on trunk the latest days, what's the status 
of it, is it stable for production use?

/ Duja

Poul-Henning Kamp skrev:
> In message <484D7E2A.3060804 at torlen.net>, Erik Torlen writes:
>
>   
>> My vcl has this code when POST are received:
>>
>>        if(req.request != "GET" && req.request != "HEAD") {
>>                set req.http.Connection = "close";
>>                pass;
>>        }
>>
>> This code usually works with FF and IE but NOT with Opera.
>>
>> If I remove "set req.http.Connection = "close";"
>>
>> the login process works with no problem.
>>
>> I have had problems with POSTs before, thats why I've been using 
>> Connection = "close" on POSTs.
>>     
>
> I'm not sure I can say much here...
>
> The "close" trick is mostly, if not only, relevant for "pipe" mode,
> where it prevents more than the first request from the client from
> being piped.  It doesn't really do anything positive for "pass".
>
>   




More information about the varnish-misc mailing list