wrong $bytes_sent on nginx-1.8.0 if aio threads is enabled

2015-05-15 Thread George .
10170 GET /test HTTP/1.1 10170 GET /test HTTP/1.1 10170 GET /test HTTP/1.1 170 GET /test HTTP/1.1 10170 GET /test HTTP/1.1 10170 GET /test HTTP/1.1 . . Best regards, George nginx.conf Description: Binary data my_configure Description: Binary data #!/usr/bin/env python import os import t

Re: wrong $bytes_sent on nginx-1.8.0 if aio threads is enabled

2015-06-26 Thread George .
Hi all, I'd like to ask if there are plans somebody to fix the issue with wrong $bytes_sent in aio threads mode. If no, is there a chance to get some hit or direction, so I can try fix it myself and contribute to better and bug free nginx? Thanks in advance, George On Fri, May 15, 2015

freeing buffers after sending them

2016-10-12 Thread George .
Hi all, What do you think about freeing buffers after being sent by send_chain? Because we have a special case were we use 4 megabyte buffer instead of nginx default 8 * 8 K and we found that these buffers are actually freed after request had been finished, so if there hundreds of slow downstream

Re: freeing buffers after sending them

2016-10-12 Thread George .
THREADS version)? On Wed, Oct 12, 2016 at 2:30 PM, Valentin V. Bartenev wrote: > On Wednesday 12 October 2016 13:22:08 George . wrote: > > Hi all, > > > > What do you think about freeing buffers after being sent by send_chain? > > Because we have a special case were we

coredump in 1.10.3

2017-03-13 Thread George .
Hi all, We've found two different coredumps in production machines running 1.10.3 handing ssl and http v2 traffic. Here is the backtrace of version compiles with -O0 -g -ggdb warning: exec file is newer than core file. [New LWP 28665] [Thread debugging using libthread_db enabled] Using host li

Re: coredump in 1.10.3

2017-03-13 Thread George .
pass $cdn_upstream_http_location; } } # other equivalent server blocks # . # . # . # . } On Mon, Mar 13, 2017 at 3:17 PM, Valentin V. Bartenev wrote: > On Monday 13 March 2017 15:06:17 George . wrote: > > Hi all, > > > > We've found two

Re: coredump in 1.10.3

2017-03-13 Thread George .
Mon, Mar 13, 2017 at 03:06:17PM +0200, George . wrote: > > > Hi all, > > > > We've found two different coredumps in production machines running 1.10.3 > > handing ssl and http v2 traffic. > > > > Here is the backtrace of version compiles with -O0

Re: coredump in 1.10.3

2017-03-13 Thread George .
> > > Thomas > > > > *Sent from my iPhone. Please excuse any typos, as they are likely to > happen by accident.* > > On Mar 13, 2017, at 09:24, George . wrote: > > > Hi Valentin, Sorry, I've sent the mail incidentally before I complete it > ;) > > ssl_prox

Re: coredump in 1.10.3

2017-03-13 Thread George .
15:24:46 George . wrote: > > Hi Valentin, Sorry, I've sent the mail incidentally before I complete it > ;) > > > > > > ssl_proxy_cores # ./nginx -V > > nginx version: nginx/1.10.3 > > built by gcc 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) > > built wi

slice module issue if redirected origin and have have fist slice

2017-06-12 Thread George .
BKdWc/view?usp=drive_web> ​) Problem appears in main branch and also nginx/1.12 ... and may be in all versions nginx version: nginx/1.13.2 built by gcc 4.9.2 (Debian 4.9.2-10) configure arguments: --prefix=/home/george/run/nginx_hg --with-http_slice_module nginx.conf user cdnuser cdnuser; wo

Re: slice module issue if redirected origin and have have fist slice

2017-06-13 Thread George .
have some suggestion how to workaround this tricky situation - I be very thankful. George On Tue, Jun 13, 2017 at 2:44 PM, Roman Arutyunyan wrote: > Hi George, > > On Mon, Jun 12, 2017 at 10:02:16AM +0300, George . wrote: > > ​​Hi, > > I've discovered following strange i

HTTP methods with '-' char

2014-05-21 Thread George Fleury
Hi all, i'm porting apache https mod_cluster to NGINX, however the methods used for internal control mod_cluster use the character '-' (ex: ENABLE-APP), and for NGINX these methods are invalid because of character '- ‘. Now comes my doubts, gave a quick read in RFCs 2616 and 822 and found not