Helo ,
I've just upgraded to 1.1 and post request seems to be broken
It seems that  positionnal args are not relayed by varnish 1.1

jean-marc

tcpflow in 1.1:

POST /detailAcad2 HTTP/1.1
Host: smtpcheck
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: fr
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Referer: http://smtpcheck/acagrid
Content-Type: application/x-www-form-urlencoded
Max-Forwards: 10
Connection: Keep-Alive
Content-Length: 53
X-Varnish: 1127107093
X-Forwarded-for: ipaddr

HTTP/1.1 500 Internal error
Date: Thu, 02 Aug 2007 15:18:25 GMT
Server: CherryPy/2.2.1
Content-Length: 791
Content-Type: text/html
Conection: close


....

tcpflow in 1.0.4:


POST /detailAcad2 HTTP/1.1
Host: smtpcheck
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: fr
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Referer: http://smtpcheck/acagrid
Content-Type: application/x-www-form-urlencoded
Max-Forwards: 10
Connection: Keep-Alive
Content-Length: 53
X-Varnish: 657827116
X-Forwarded-for: ipaddr
academie.text=montpellier&academie.hidden=montpellier
HTTP/1.1 200 OK


Date: Thu, 02 Aug 2007 15:26:39 GMT
Server: CherryPy/2.2.1
Content-Length: 1511
Content-Type: text/html; charset=utf-8
Connection: close

...




varnishlog 1.1

 16 VCL_call     c pipe
   16 VCL_return   c pipe
   17 BackendOpen  b default ipserver 46930 ipserver 8080
   17 BackendXID   b 842361081
   16 Backend      c 17 default
   17 TxRequest    b POST
   17 TxURL        b /detailAcad2
   17 TxProtocol   b HTTP/1.1
   17 TxHeader     b Host: smtpcheck
   17 TxHeader     b User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
   17 TxHeader     b Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
   17 TxHeader     b Accept-Language: fr
   17 TxHeader     b Accept-Encoding: gzip,deflate
   17 TxHeader     b Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
   17 TxHeader     b Referer: http://smtpcheck/acagrid
   17 TxHeader     b Content-Type: application/x-www-form-urlencoded
   17 TxHeader     b Max-Forwards: 10
   17 TxHeader     b Connection: Keep-Alive
   17 TxHeader     b Content-Length: 53
   17 TxHeader     b X-Varnish: 842361081
   17 TxHeader     b X-Forwarded-for: ipaddr
   17 BackendClose b default
   16 ReqEnd       c 842361081 1186068725.603453875 1186068735.608710527 0.000128031 0.000147820 10.005108833
    0 StatAddr       ipaddr 0 34 4 4 1 0 3 582 9059
   16 StatSess     c ipaddr 55829 nan 1 1 1 0 0 0 0



_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to