
codesite-noreply at google
Oct 21, 2009, 1:58 PM
Post #6 of 10
(656 views)
Permalink
|
|
Issue 619 in cherokee: Cherokee + Tornado Redirects Broken
[In reply to]
|
|
Comment #5 on issue 619 by gavinmroy: Cherokee + Tornado Redirects Broken http://code.google.com/p/cherokee/issues/detail?id=619 Here's a tcpdump showing the communication between Tornado and Cherokee. Notice the 17 second delay between the third packet and fourth. tcpdump -i lo port 8080 -tt -A tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on lo, link-type EN10MB (Ethernet), capture size 96 bytes 1256158625.124910 IP localhost.58619 > localhost.http-alt: P 294305852:294306533(681) ack 300934970 win 273 <nop,nop,timestamp 2205879072 2205871625> E...).@.@..,...............<...:........... .{. .z. GET / HTTP/1.1 Host: my 1256158625.125471 IP localhost.http-alt > localhost.58619: P 1:130(129) ack 681 win 289 <nop,nop,timestamp 2205879073 2205879072> E...v.@.@..q...............:.......!....... .{.!.{. HTTP/1.1 302 Found Cont 1256158625.125508 IP localhost.58619 > localhost.http-alt: . ack 130 win 282 <nop,nop,timestamp 2205879073 2205879073> E..4).@.@.................................. .{.!.{.! 1256158642.419921 IP localhost.58619 > localhost.http-alt: F 681:681(0) ack 130 win 282 <nop,nop,timestamp 2205896370 2205879073> E..4).@.@...........................D/..... .{N..{.! 1256158642.419998 IP localhost.http-alt > localhost.58619: F 130:130(0) ack 682 win 289 <nop,nop,timestamp 2205896370 2205896370> E..4v.@.@..........................!....... .{N..{N. 1256158642.420014 IP localhost.58619 > localhost.http-alt: . ack 131 win 282 <nop,nop,timestamp 2205896370 2205896370> E..4).@.@.................................. .{N..{N. 1256158642.583315 IP localhost.58646 > localhost.http-alt: S 1056527515:1056527515(0) win 32792 <mss 16396,sackOK,timestamp 2205896534 0,nop,wscale 7> E..<..@.@. .............>.T.........$.....@.... .{OV........ 1256158642.583328 IP localhost.http-alt > localhost.58646: S 1058067862:1058067862(0) ack 1056527516 win 32768 <mss 16396,sackOK,timestamp 2205896534 2205896534,nop,wscale 7> E..<..@.@.<.............?...>.T.....=.....@.... .{OV.{OV.... 1256158642.583337 IP localhost.58646 > localhost.http-alt: . ack 1 win 257 <nop,nop,timestamp 2205896534 2205896534> E..4..@.@. .............>.T.?.......%2..... .{OV.{OV 1256158642.583374 IP localhost.58646 > localhost.http-alt: P 1:690(689) ack 1 win 257 <nop,nop,timestamp 2205896534 2205896534> E.....@.@..B............>.T.?.............. .{OV.{OVGET /redirect HTTP/1.1 1256158642.583381 IP localhost.http-alt > localhost.58646: . ack 690 win 267 <nop,nop,timestamp 2205896534 2205896534> E..4..@.@...............?...>.WM...."w..... .{OV.{OV 1256158642.583793 IP localhost.http-alt > localhost.58646: P 1:165(164) ack 690 win 267 <nop,nop,timestamp 2205896534 2205896534> E.....@.@..[............?...>.WM........... .{OV.{OVHTTP/1.1 200 OK Content 1256158642.583811 IP localhost.58646 > localhost.http-alt: . ack 165 win 265 <nop,nop,timestamp 2205896534 2205896534> E..4..@.@. .............>.WM?..;... !...... .{OV.{OV -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|