Re: Nginx returns HTTP 200 with Content-Length: 0

2013-05-21 Thread apeman
no, no, no! Normally, it's not 0, but sometimes, the possibility is 0.07%. It's absolutely not normal! [21/May/2013:00:02:56 +0800] "POST /ourservice/api HTTP/1.1" 200 607 27 "-" "c" "10.23.130.154" [21/May/2013:00:02:56 +0800] "POST /ourservice/api HTTP/1.1" 200 613 27 "-" "c" "10.59.24.83"

Using http_limit_conn with a custom variable

2013-05-21 Thread Kevin Burke
Hi, We're trying to use the limit_conn_zone directive to throttle incoming HTTP requests. We'd like to throttle based on the http basic auth variable ($remote_user), however, we must do processing on this value so the zone does not overflow with illegitimate values. Ideally we'd want to do somethi

Re: Nginx returns HTTP 200 with Content-Length: 0

2013-05-21 Thread suttya
If your request is post, Content-Length: 0 is normal. 2013/5/21 apeman > I don't use SPDY. My request is POST. > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,205826,239381#msg-239381 > > ___ > nginx mailing list > nginx@nginx.org > htt

Re: streaming request

2013-05-21 Thread Maxim Dounin
Hello! On Tue, May 21, 2013 at 08:28:19AM -0400, pgte wrote: > Hi, > > I'm trying to do a streaming request that uses chunked encoding that gets > forwarded to a back-end node.js http server. In this case the client does > not end the request before it gets a response header from the server. > T

streaming request

2013-05-21 Thread pgte
Hi, I'm trying to do a streaming request that uses chunked encoding that gets forwarded to a back-end node.js http server. In this case the client does not end the request before it gets a response header from the server. This works well if using node.js standalone, but when fronted by Nginx, ngin

Re: Nginx returns HTTP 200 with Content-Length: 0

2013-05-21 Thread apeman
I don't use SPDY. My request is POST. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,205826,239381#msg-239381 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx