Hi,<div><br></div><div>I'm just trying to setup a non-blocking server backed with uwsgi/gevent. So I need to turn off uwsgi buffering as it's necessary. However, it seems quite impossible to get it working even though it says "46382#0: *1 http upstream process non buffered downstream" within the debug output and I started to consider that would be a bug. I've tried both with v1.2.5 and v1.2.4. </div>

<div><br></div><div>Here the output belongs to requesting a static file that is handled by uwsgi itself (via "static-map" directive; <a href="http://projects.unbit.it/uwsgi/wiki/Doc">http://projects.unbit.it/uwsgi/wiki/Doc</a>).</div>

<div><br></div><div>And here is the minimal setup and outputs:</div><div><br></div><div>nginx -V</div><div>################################<br></div><div>configure arguments: --prefix=/opt/local --with-cc-opt='-I/opt/local/include -O2' --with-ld-opt=-L/opt/local/lib --conf-path=/opt/local/etc/nginx/nginx.conf --error-log-path=/opt/local/var/log/nginx/error.log --http-log-path=/opt/local/var/log/nginx/access.log --pid-path=/opt/local/var/run/nginx/nginx.pid --lock-path=/opt/local/var/run/nginx/nginx.lock --http-client-body-temp-path=/opt/local/var/run/nginx/client_body_temp --http-proxy-temp-path=/opt/local/var/run/nginx/proxy_temp --http-fastcgi-temp-path=/opt/local/var/run/nginx/fastcgi_temp --http-uwsgi-temp-path=/opt/local/var/run/nginx/uwsgi_temp --with-ipv6 --with-http_gzip_static_module --with-http_ssl_module --with-debug<br>

</div><div><br></div><div>nginx.conf</div><div>################################<br></div><div><div># path prefixes</div><div>daemon <span class="" style="white-space:pre">                     </span>on;</div><div>master_process <span class="" style="white-space:pre"> </span>on;</div>

<div>pid <span class="" style="white-space:pre">                        </span>/data/log/nginx/nginx.pid;</div><div>error_log <span class="" style="white-space:pre">               </span>/data/log/nginx/main-errors.log error;</div><div><br></div><div>events {</div>

<div>    debug_connection        127.0.0.1;</div><div>}</div><div><br></div><div>http {</div><div>    include         mime.types;</div><div>    include         uwsgi_params;</div><div>    include         uwsgicluster;</div>

<div>    access_log      /data/log/nginx/main-access.log;</div><div><br></div><div>    # gevent async server!</div><div>    uwsgi_buffering                 off;</div><div><br></div><div># www (application) server</div><div>

server {</div><div>    server_name     $host;</div><div>    listen          80 default_server deferred;</div><div>    access_log      /data/log/nginx/$host-access.log;</div><div>    uwsgi_buffering off; # gevent async server!</div>

<div><br></div><div>    location ~ ^/(favicon\.ico|robots\.txt)$ {</div><div>        root            /data/app/pycore/static_extra;</div><div>        log_not_found   off;</div><div>        access_log      off;</div><div>
    }</div>
<div><br></div><div>    location / {</div><div>        uwsgi_pass  uwsgicluster;</div><div>    }</div><div>}</div><div><br></div><div>}</div></div><div>################################<br></div><div><br></div><div><br></div>

<div>uwsgi daemon.log</div><div>################################<br></div><div><div>Thu Dec  6 21:10:50 2012 - spawned uWSGI worker 2 (pid: 46388, cores: 100)</div><div>Thu Dec  6 21:10:50 2012 - mapping worker 1 to CPUs:</div>

<div>Thu Dec  6 21:10:50 2012 - spawned uWSGI worker 3 (pid: 46389, cores: 100)</div><div>Thu Dec  6 21:10:50 2012 - mapping worker 2 to CPUs:</div><div>Thu Dec  6 21:10:50 2012 - spawned uWSGI worker 4 (pid: 46390, cores: 100)</div>

<div>Thu Dec  6 21:10:50 2012 - *** running gevent loop engine [addr:0x10c9db0d0] ***</div><div>Thu Dec  6 21:10:50 2012 - *** Stats server enabled on /tmp/uwsgistat.sock fd: 15 ***</div><div>Thu Dec  6 21:10:50 2012 - mapping worker 3 to CPUs:</div>

<div>Thu Dec  6 21:10:50 2012 - mapping worker 4 to CPUs:</div><div>Thu Dec  6 21:10:50 2012 - [uwsgi-daemons] spawning "memcached -m 512"</div><div><a href="http://tripall.com">tripall.com</a> {address space usage: 2522730496 bytes/2405MB} {rss usage: 6287360 bytes/5MB} [pid: 46387|app: 0|req: -1/1] 127.0.0.1 () {48 vars in 1395 bytes} [Thu Dec  6 21:11:30 2012] GET /static/css/bootstrap.min.css => generated 4096 bytes in 40 msecs via sendfile() (HTTP/1.1 200) 2 headers in 89 bytes (2 switches on core 99)</div>

<div>Thu Dec  6 21:11:30 2012 - ...The work of process 46387 is done. Seeya!</div><div>Thu Dec  6 21:11:30 2012 - Gracefully killing worker 1 (pid: 46387)...</div><div>Thu Dec  6 21:11:30 2012 - stopping gevent signals watchers for worker 1 (pid: 46387)...</div>

<div>Thu Dec  6 21:11:30 2012 - stopping gevent sockets watchers for worker 1 (pid: 46387)...</div><div>Thu Dec  6 21:11:30 2012 - main gevent watchers stopped for worker 1 (pid: 46387)...</div><div>Thu Dec  6 21:11:30 2012 - Respawned uWSGI worker 1 (new pid: 46397)</div>

<div>Thu Dec  6 21:11:30 2012 - mapping worker 1 to CPUs:</div><div>Thu Dec  6 21:11:30 2012 - *** running gevent loop engine [addr:0x10c9db0d0] ***</div><div>Thu Dec  6 21:12:31 2012 - *** HARAKIRI ON WORKER 2 (pid: 46388, try: 1) ***</div>

<div>Thu Dec  6 21:12:31 2012 - *** backtrace of 46388 ***</div><div>Thu Dec  6 21:12:31 2012 - 0   uwsgi                               0x000000010c9bb1db uwsgi_backtrace + 43</div><div>Thu Dec  6 21:12:31 2012 - 1   uwsgi                               0x000000010c9baf11 what_i_am_doing + 49</div>

<div>Thu Dec  6 21:12:31 2012 - 2   libsystem_c.dylib                   0x00007fff896698ea _sigtramp + 26</div><div>Thu Dec  6 21:12:31 2012 - 3   ???                                 0x00007f8ee3c13990 0x0 + 140251683174800</div>

<div>Thu Dec  6 21:12:31 2012 - 4   core.so                             0x000000010e49c08b ev_run + 1124</div><div>Thu Dec  6 21:12:31 2012 - 5   core.so                             0x000000010e4bab6b __pyx_pw_6gevent_4core_4loop_15run + 615</div>

<div>Thu Dec  6 21:12:31 2012 - 6   Python                              0x000000010d073747 PyEval_EvalFrameEx + 9911</div><div>Thu Dec  6 21:12:31 2012 - 7   Python                              0x000000010d071046 PyEval_EvalCodeEx + 1990</div>

<div>Thu Dec  6 21:12:31 2012 - 8   Python                              0x000000010d006a1b function_call + 347</div><div>Thu Dec  6 21:12:31 2012 - 9   Python                              0x000000010cfe3421 PyObject_Call + 97</div>

<div>Thu Dec  6 21:12:31 2012 - 10  Python                              0x000000010cfeef46 instancemethod_call + 502</div><div>Thu Dec  6 21:12:31 2012 - 11  Python                              0x000000010cfe3421 PyObject_Call + 97</div>

<div>Thu Dec  6 21:12:31 2012 - 12  Python                              0x000000010d077de8 PyEval_CallObjectWithKeywords + 168</div><div>Thu Dec  6 21:12:31 2012 - 13  greenlet.so                         0x000000010e4946f9 g_initialstub + 865</div>

<div>Thu Dec  6 21:12:31 2012 - 14  greenlet.so                         0x000000010e493eff g_switch + 293</div><div>Thu Dec  6 21:12:31 2012 - 15  greenlet.so                         0x000000010e494ebf green_switch + 20</div>

<div>Thu Dec  6 21:12:31 2012 - 16  Python                              0x000000010cfe3421 PyObject_Call + 97</div><div>Thu Dec  6 21:12:31 2012 - 17  Python                              0x000000010d077de8 PyEval_CallObjectWithKeywords + 168</div>

<div>Thu Dec  6 21:12:31 2012 - 18  Python                              0x000000010cff7e0e methoddescr_call + 318</div><div>Thu Dec  6 21:12:31 2012 - 19  Python                              0x000000010cfe3421 PyObject_Call + 97</div>

<div>Thu Dec  6 21:12:31 2012 - 20  Python                              0x000000010d073a0a PyEval_EvalFrameEx + 10618</div><div>Thu Dec  6 21:12:31 2012 - 21  Python                              0x000000010d071046 PyEval_EvalCodeEx + 1990</div>

<div>Thu Dec  6 21:12:31 2012 - 22  Python                              0x000000010d07863d fast_function + 285</div><div>Thu Dec  6 21:12:31 2012 - 23  Python                              0x000000010d0737e8 PyEval_EvalFrameEx + 10072</div>

<div>Thu Dec  6 21:12:31 2012 - 24  Python                              0x000000010d071046 PyEval_EvalCodeEx + 1990</div><div>Thu Dec  6 21:12:31 2012 - 25  Python                              0x000000010d07863d fast_function + 285</div>

<div>Thu Dec  6 21:12:31 2012 - 26  Python                              0x000000010d0737e8 PyEval_EvalFrameEx + 10072</div><div>Thu Dec  6 21:12:31 2012 - 27  Python                              0x000000010d071046 PyEval_EvalCodeEx + 1990</div>

<div>Thu Dec  6 21:12:31 2012 - 28  Python                              0x000000010d006a1b function_call + 347</div><div>Thu Dec  6 21:12:31 2012 - 29  Python                              0x000000010cfe3421 PyObject_Call + 97</div>

<div>Thu Dec  6 21:12:31 2012 - 30  Python                              0x000000010cfeef46 instancemethod_call + 502</div><div>Thu Dec  6 21:12:31 2012 - 31  Python                              0x000000010cfe3421 PyObject_Call + 97</div>

<div>Thu Dec  6 21:12:31 2012 - 32  Python                              0x000000010cfe35ff call_function_tail + 95</div><div>Thu Dec  6 21:12:31 2012 - 33  Python                              0x000000010cfe386e PyObject_CallMethod + 318</div>

<div>Thu Dec  6 21:12:31 2012 - 34  uwsgi                               0x000000010c9db5e8 gevent_loop + 1304</div><div>Thu Dec  6 21:12:31 2012 - 35  uwsgi                               0x000000010c9bf71d uwsgi_ignition + 317</div>

<div>Thu Dec  6 21:12:31 2012 - 36  uwsgi                               0x000000010c9bf318 uwsgi_start + 6344</div><div>Thu Dec  6 21:12:31 2012 - 37  uwsgi                               0x000000010c9bd273 main + 6995</div>

<div>Thu Dec  6 21:12:31 2012 - 38  libdyld.dylib                       0x00007fff8db7d7e1 start + 0</div><div>Thu Dec  6 21:12:31 2012 - 39  ???                                 0x0000000000000003 0x0 + 3</div><div>Thu Dec  6 21:12:31 2012 - *** end of backtrace ***</div>

<div>Thu Dec  6 21:12:33 2012 - *** HARAKIRI ON WORKER 2 (pid: 46388, try: 2) ***</div><div>Thu Dec  6 21:12:34 2012 - DAMN ! worker 2 (pid: 46388) died, killed by signal 9 :( trying respawn ...</div><div>Thu Dec  6 21:12:34 2012 - Respawned uWSGI worker 2 (new pid: 46401)</div>

<div>Thu Dec  6 21:12:34 2012 - mapping worker 2 to CPUs:</div></div><div>################################<br></div><div><br></div><div><br></div><div>nginx debug output:</div><div>################################<br></div>

<div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 accept: 127.0.0.1 fd:3</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer add: 3: 60000:1354821150093</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent set event: 3: ft:-1 fl:0025</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *2 accept: 127.0.0.1 fd:9</div><div>2012/12/06 21:11:30 [debug] 46382#0: *2 event timer add: 9: 60000:1354821150093</div><div>2012/12/06 21:11:30 [debug] 46382#0: *2 kevent set event: 9: ft:-1 fl:0025</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 3: ft:-1 fl:0025 ff:00000000 d:1084 ud:00007F8742055AE0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 malloc: 00007F8742023A00:1256</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 posix_memalign: 00007F8741C1E0C0:256 @16</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 malloc: 00007F8742007C00:1024</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 posix_memalign: 00007F8742008000:4096 @16</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http process request line</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: eof:0, avail:1084, err:0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: fd:3 1024 of 1024</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http request line: "GET /static/css/bootstrap.min.css HTTP/1.1"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http uri: "/static/css/bootstrap.min.css"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http args: ""</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http exten: "css"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http process request header line</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Host: <a href="http://tripall.com">tripall.com</a>"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Connection: keep-alive"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Cache-Control: max-age=0"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Authorization: Basic ZXJ0dXI6YmFoYXJpeWU="</div><div>

2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Accept-Encoding: gzip,deflate,sdch"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Accept-Language: en-US,en;q=0.8"</div><div>

2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Cookie: _nm_expiry_ng=47c5f6ac-3b44-428f-ae73-d1bb48d9fd6b; JSESSIONID=B7D8C155FE2B0235F75CD4EB751DD2DB; __utma=1.1759916378.1347958332.1347958332.1347958332.1; __utmc=1; __utmz=1.1347958332.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); csrftoken=TNY9lk0guaPmierieEmSeVm3cNozzzs4; djdt=hide; sessionid=405335e2ec3cc7f574c29a6d4a3790be; csrftoken=TNY9lk0guaPmierieEmSeVm3cNozzzs4; __utma=2927093.410235394.1351698122.1354799223.1354803506.25; __utmc=2927093; __utmz=2927093.1351698122.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http alloc large header buffer</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 malloc: 00007F8742009000:8192</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http large header alloc: 00007F8742009000 8192</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http large header copy: 7</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: eof:0, avail:60, err:0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: fd:3 60 of 8185</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "Range: bytes=4096-4096"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header: "If-Range: Wed, 28 Nov 2012 11:25:02 GMT"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http header done</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer del: 3: 1354821150093</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 rewrite phase: 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 test location: "/"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 test location: ~ "^/(favicon\.ico|robots\.txt)$"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 using configuration "/"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http cl:-1 max:1048576</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 rewrite phase: 2</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 post rewrite phase: 3</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 generic phase: 4</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 generic phase: 5</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 access phase: 6</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 access phase: 7</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 post access phase: 8</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http init upstream, client timer: 0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent set event: 3: ft:-2 fl:0025</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 posix_memalign: 00007F8741C1E1C0:256 @16</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 posix_memalign: 00007F8742017E00:4096 @16</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "QUERY_STRING"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "QUERY_STRING: "</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "REQUEST_METHOD"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "GET"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "REQUEST_METHOD: GET"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "CONTENT_TYPE"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "CONTENT_TYPE: "</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "CONTENT_LENGTH"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "CONTENT_LENGTH: "</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "REQUEST_URI"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "/static/css/bootstrap.min.css"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "REQUEST_URI: /static/css/bootstrap.min.css"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "PATH_INFO"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "/static/css/bootstrap.min.css"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "PATH_INFO: /static/css/bootstrap.min.css"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "DOCUMENT_ROOT"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "/opt/local/html"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "DOCUMENT_ROOT: /opt/local/html"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "SERVER_PROTOCOL"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "HTTP/1.1"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "SERVER_PROTOCOL: HTTP/1.1"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "REMOTE_ADDR"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "127.0.0.1"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "REMOTE_ADDR: 127.0.0.1"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "REMOTE_PORT"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "53675"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "REMOTE_PORT: 53675"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "SERVER_PORT"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "80"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "SERVER_PORT: 80"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script copy: "SERVER_NAME"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http script var: "$host"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "SERVER_NAME: $host"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_HOST: <a href="http://tripall.com">tripall.com</a>"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_CONNECTION: keep-alive"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_CACHE_CONTROL: max-age=0"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_AUTHORIZATION: Basic ZXJ0dXI6YmFoYXJpeWU="</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_ACCEPT_ENCODING: gzip,deflate,sdch"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.8"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_COOKIE: _nm_expiry_ng=47c5f6ac-3b44-428f-ae73-d1bb48d9fd6b; JSESSIONID=B7D8C155FE2B0235F75CD4EB751DD2DB; __utma=1.1759916378.1347958332.1347958332.1347958332.1; __utmc=1; __utmz=1.1347958332.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); csrftoken=TNY9lk0guaPmierieEmSeVm3cNozzzs4; djdt=hide; sessionid=405335e2ec3cc7f574c29a6d4a3790be; csrftoken=TNY9lk0guaPmierieEmSeVm3cNozzzs4; __utma=2927093.410235394.1351698122.1354799223.1354803506.25; __utmc=2927093; __utmz=2927093.1351698122.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_RANGE: bytes=4096-4096"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 uwsgi param: "HTTP_IF_RANGE: Wed, 28 Nov 2012 11:25:02 GMT"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http cleanup add: 00007F87420183F8</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 get ip hash peer, try: 1</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 get rr peer, try: 1</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 socket 10</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 connect to <a href="http://127.0.0.1:9001">127.0.0.1:9001</a>, fd:10 #3</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent set event: 10: ft:-1 fl:0025</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent set event: 10: ft:-2 fl:0025</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream connect: -2</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 posix_memalign: 00007F8741C1E810:128 @16</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer add: 10: 60000:1354821150094</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http finalize request: -4, "/static/css/bootstrap.min.css?" a:1, c:2</div>
<div>
2012/12/06 21:11:30 [debug] 46382#0: *1 http request count:2 blk:0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 3: ft:-2 fl:0025 ff:00000000 d:146988 ud:00007F8742063AE0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http run request: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream check client, write event:1, "/static/css/bootstrap.min.css"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 10: ft:-2 fl:0025 ff:00000000 d:146988 ud:00007F8742063BC0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream request: "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream send request handler</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream send request</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 chain writer buf fl:0 s:1399</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 chain writer in: 00007F8742018458</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 writev: 1399 of 1399</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 chain writer out: 0000000000000000</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer del: 10: 1354821150094</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer add: 10: 60000:1354821150095</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 10: ft:-2 fl:0025 ff:00000000 d:146988 ud:00007F8742063BC0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream request: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream dummy handler</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 10: ft:-1 fl:0025 ff:00000000 d:89 ud:00007F8742055BC0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream request: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream process header</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 malloc: 00007F8742018E00:4096</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: eof:0, avail:89, err:0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: fd:10 4096 of 4096</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http uwsgi status 200 "200 OK"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http uwsgi header: "Content-Length: 113975"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http uwsgi header: "Last-Modified: Wed, 28 Nov 2012 11:25:02 GMT"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http uwsgi header done</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 HTTP/1.1 200 OK</div>

<div>Server: nginx/1.2.4</div><div>Date: Thu, 06 Dec 2012 19:11:30 GMT</div><div>Content-Length: 113975</div><div>Connection: keep-alive</div><div>Last-Modified: Wed, 28 Nov 2012 11:25:02 GMT</div><div><br></div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 write new buf t:1 f:0 00007F87420186B0, pos 00007F87420186B0, size: 171 file: 0, size: 0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter: l:0 f:0 s:171</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 tcp_nodelay</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream process non buffered downstream</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http output filter "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http copy filter: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http postpone filter "/static/css/bootstrap.min.css?" 00007F8742018780</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 write old buf t:1 f:0 00007F87420186B0, pos 00007F87420186B0, size: 171 file: 0, size: 0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 write new buf t:0 f:0 0000000000000000, pos 00007F8742018E59, size: 4007 file: 0, size: 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter: l:0 f:1 s:4178</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter limit 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 writev: 4178 of 4178</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter 0000000000000000</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http copy filter: 0 "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer: 10, old: 1354821150095, new: 1354821150136</div><div>

2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 10: ft:-1 fl:8025 ff:00000000 d:89 ud:00007F8742055BC0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream request: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http upstream process non buffered upstream</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: eof:1, avail:89, err:0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: fd:10 89 of 4096</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http output filter "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http copy filter: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http postpone filter "/static/css/bootstrap.min.css?" 00007F8742018780</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 write new buf t:0 f:0 0000000000000000, pos 00007F8742018E00, size: 89 file: 0, size: 0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter: l:0 f:1 s:89</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter limit 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 writev: 89 of 89</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter 0000000000000000</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http copy filter: 0 "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 recv: eof:1, avail:0, err:0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 finalize http upstream request: 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 finalize http uwsgi request</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free rr peer 1 0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 close http upstream connection: 10</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8741C1E810, unused: 48</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer del: 10: 1354821150095</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 reusable connection: 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http output filter "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http copy filter: "/static/css/bootstrap.min.css?"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http postpone filter "/static/css/bootstrap.min.css?" 00007FFF51F15500</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 write new buf t:0 f:0 0000000000000000, pos 0000000000000000, size: 0 file: 0, size: 0</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 http write filter: l:1 f:0 s:0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http copy filter: 0 "/static/css/bootstrap.min.css?"</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http finalize request: 0, "/static/css/bootstrap.min.css?" a:1, c:1</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 set http keepalive handler</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http close request</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http log handler</div><div>2012/12/06 21:11:30 [error] 46382#0: *1 testing "/opt/local/html" existence failed (2: No such file or directory) while logging request, client: 127.0.0.1, server: $host, request: "GET /static/css/bootstrap.min.css HTTP/1.1", upstream: "uwsgi://<a href="http://127.0.0.1:9001">127.0.0.1:9001</a>", host: "<a href="http://tripall.com">tripall.com</a>"</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8742018E00</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8742008000, unused: 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8742017E00, unused: 1049</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 event timer add: 3: 75000:1354821165139</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8742023A00</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8742007C00</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 hc free: 0000000000000000 0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 hc busy: 00007F8741C1E140 1</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 free: 00007F8742009000</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 reusable connection: 1</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 3: ft:-2 fl:0025 ff:00000000 d:146988 ud:00007F8742063AE0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http empty handler</div>

<div>2012/12/06 21:11:30 [debug] 46382#0: *1 kevent: 3: ft:-2 fl:0025 ff:00000000 d:146988 ud:00007F8742063AE0</div><div>2012/12/06 21:11:30 [debug] 46382#0: *1 http empty handler</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 kevent: 9: ft:-1 fl:8025 ff:00000000 d:0 ud:00007F8742055B50</div>

<div>2012/12/06 21:11:40 [debug] 46382#0: *2 malloc: 00007F8742023A00:1256</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 posix_memalign: 00007F8741C1EAF0:256 @16</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 malloc: 00007F8742024000:1024</div>

<div>2012/12/06 21:11:40 [debug] 46382#0: *2 posix_memalign: 00007F8742007C00:4096 @16</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 http process request line</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 recv: eof:1, avail:0, err:0</div>

<div>2012/12/06 21:11:40 [info] 46382#0: *2 client prematurely closed connection while reading client request line, client: 127.0.0.1, server: $host</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 http finalize request: 400, "?" a:1, c:1</div>

<div>2012/12/06 21:11:40 [debug] 46382#0: *2 http terminate request count:1</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 http terminate cleanup count:1 blk:0</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 http request count:1 blk:0</div>

<div>2012/12/06 21:11:40 [debug] 46382#0: *2 http close request</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 http log handler</div><div>2012/12/06 21:11:40 [error] 46382#0: *2 testing "/opt/local/html" existence failed (2: No such file or directory) while logging request, client: 127.0.0.1, server: $host</div>

<div>2012/12/06 21:11:40 [debug] 46382#0: *2 free: 00007F8742007C00, unused: 2319</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 close http connection: 9</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 event timer del: 9: 1354821150093</div>

<div>2012/12/06 21:11:40 [debug] 46382#0: *2 reusable connection: 0</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 free: 00007F8742024000</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 free: 00007F8742023A00</div><div>

2012/12/06 21:11:40 [debug] 46382#0: *2 free: 00007F8741C1E710, unused: 8</div><div>2012/12/06 21:11:40 [debug] 46382#0: *2 free: 00007F8741C1EAF0, unused: 128</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 event timer del: 3: 1354821165139</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *1 http keepalive handler</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 close http connection: 3</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 reusable connection: 0</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *1 free: 0000000000000000</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 free: 0000000000000000</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 free: 0000000000000000</div><div>

2012/12/06 21:12:45 [debug] 46382#0: *1 free: 00007F8741C1DEC0, unused: 8</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 free: 00007F8741C1E0C0, unused: 0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *1 free: 00007F8741C1E1C0, unused: 208</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 accept: 127.0.0.1 fd:3</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 event timer add: 3: 60000:1354821225146</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 kevent set event: 3: ft:-1 fl:0025</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 kevent: 3: ft:-1 fl:0025 ff:00000000 d:916 ud:00007F8742055AE1</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 malloc: 00007F8742023A00:1256</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 posix_memalign: 00007F8741C1DEC0:256 @16</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 malloc: 00007F8742024000:1024</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 posix_memalign: 00007F8742007C00:4096 @16</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http process request line</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 recv: eof:0, avail:916, err:0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 recv: fd:3 916 of 1024</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http request line: "GET /favicon.ico HTTP/1.1"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http uri: "/favicon.ico"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http args: ""</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http exten: "ico"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http process request header line</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Host: <a href="http://tripall.com">tripall.com</a>"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Connection: keep-alive"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Authorization: Basic ZXJ0dXI6YmFoYXJpeWU="</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Accept: */*"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Accept-Encoding: gzip,deflate,sdch"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Accept-Language: en-US,en;q=0.8"</div><div>

2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header: "Cookie: _nm_expiry_ng=47c5f6ac-3b44-428f-ae73-d1bb48d9fd6b; JSESSIONID=B7D8C155FE2B0235F75CD4EB751DD2DB; __utma=1.1759916378.1347958332.1347958332.1347958332.1; __utmc=1; __utmz=1.1347958332.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); csrftoken=TNY9lk0guaPmierieEmSeVm3cNozzzs4; djdt=hide; sessionid=405335e2ec3cc7f574c29a6d4a3790be; csrftoken=TNY9lk0guaPmierieEmSeVm3cNozzzs4; __utma=2927093.410235394.1351698122.1354799223.1354803506.25; __utmc=2927093; __utmz=2927093.1351698122.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http header done</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 event timer del: 3: 1354821225146</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 rewrite phase: 0</div><div>

2012/12/06 21:12:45 [debug] 46382#0: *4 test location: "/"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 test location: ~ "^/(favicon\.ico|robots\.txt)$"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 using configuration "^/(favicon\.ico|robots\.txt)$"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http cl:-1 max:1048576</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 rewrite phase: 2</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 post rewrite phase: 3</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 generic phase: 4</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 generic phase: 5</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 access phase: 6</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 access phase: 7</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 post access phase: 8</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 content phase: 9</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 content phase: 10</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 content phase: 11</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 content phase: 12</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http filename: "/data/app/pycore/static_extra/favicon.ico"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 add cleanup: 00007F87420086F8</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http finalize request: 404, "/favicon.ico?" a:1, c:1</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http special response: 404, "/favicon.ico?"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http set discard body</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 HTTP/1.1 404 Not Found</div>

<div>Server: nginx/1.2.4</div><div>Date: Thu, 06 Dec 2012 19:12:45 GMT</div><div>Content-Type: text/html</div><div>Content-Length: 570</div><div>Connection: keep-alive</div><div><br></div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 write new buf t:1 f:0 00007F8742008778, pos 00007F8742008778, size: 154 file: 0, size: 0</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http write filter: l:0 f:0 s:154</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http output filter "/favicon.ico?"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http copy filter: "/favicon.ico?"</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http postpone filter "/favicon.ico?" 00007F8742008990</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 write old buf t:1 f:0 00007F8742008778, pos 00007F8742008778, size: 154 file: 0, size: 0</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 write new buf t:0 f:0 0000000000000000, pos 000000010DD77940, size: 116 file: 0, size: 0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 write new buf t:0 f:0 0000000000000000, pos 000000010DD77300, size: 52 file: 0, size: 0</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 write new buf t:0 f:0 0000000000000000, pos 000000010DD77370, size: 402 file: 0, size: 0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http write filter: l:1 f:0 s:724</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http write filter limit 0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 writev: 724 of 724</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http write filter 0000000000000000</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http copy filter: 0 "/favicon.ico?"</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http finalize request: 0, "/favicon.ico?" a:1, c:1</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 set http keepalive handler</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 http close request</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 http log handler</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 free: 00007F8742007C00, unused: 528</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 event timer add: 3: 75000:1354821240146</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 free: 00007F8742023A00</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 free: 00007F8742024000</div>

<div>2012/12/06 21:12:45 [debug] 46382#0: *4 hc free: 0000000000000000 0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 hc busy: 0000000000000000 0</div><div>2012/12/06 21:12:45 [debug] 46382#0: *4 tcp_nodelay</div><div>

2012/12/06 21:12:45 [debug] 46382#0: *4 reusable connection: 1</div><div>2012/12/06 21:14:00 [debug] 46382#0: *4 event timer del: 3: 1354821240146</div><div>2012/12/06 21:14:00 [debug] 46382#0: *4 http keepalive handler</div>

<div>2012/12/06 21:14:00 [debug] 46382#0: *4 close http connection: 3</div><div>2012/12/06 21:14:00 [debug] 46382#0: *4 reusable connection: 0</div><div>2012/12/06 21:14:00 [debug] 46382#0: *4 free: 0000000000000000</div>

<div>2012/12/06 21:14:00 [debug] 46382#0: *4 free: 0000000000000000</div><div>2012/12/06 21:14:00 [debug] 46382#0: *4 free: 00007F8741C1E710, unused: 8</div><div>2012/12/06 21:14:00 [debug] 46382#0: *4 free: 00007F8741C1DEC0, unused: 128</div>

</div><div>################################<br></div><div><br></div><div><br></div>