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 at

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

2015-05-15 Thread George .
Hi, I found following bug in nginx-1.8.0: if aio is configured with threads support - sometime (one in thousands requests) $bytes_sent contains only length of the header. I'm attaching my nginx.conf, build params and simple python script I'm using the reproduce this issue. Here is the