<div dir="ltr">Hi,<div><br></div><div>I found following bug in  nginx-1.8.0:</div><div><br></div><div>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.</div><div><br></div><div>Here is the output of test script when the problem appears:</div><div>.</div><div>.</div><div>.</div><div><div>received: 101700000 from access_log : 101700000 on 26 iteration</div><div>127.0.0.1 - - [15/May/2015 17:27:45] "GET /test HTTP/1.0" 200 -</div><div>127.0.0.1 - - [15/May/2015 17:27:47] "GET /test HTTP/1.0" 200 -</div><div>received: 101700000 from access_log : 101700000 on 27 iteration</div><div>127.0.0.1 - - [15/May/2015 17:27:58] "GET /test HTTP/1.0" 200 -</div><div>127.0.0.1 - - [15/May/2015 17:28:00] "GET /test HTTP/1.0" 200 -</div><div>received: 101700000 from access_log : 101690000 on 28 iteration</div><div>test failed!!</div></div><div><br></div><div>also in access_log file"</div><div><br></div><div>.</div><div>.</div><div>.</div><div><div>10170 GET /test HTTP/1.1</div><div>10170 GET /test HTTP/1.1</div><div>10170 GET /test HTTP/1.1</div><div>170 GET /test HTTP/1.1</div><div>10170 GET /test HTTP/1.1</div><div>10170 GET /test HTTP/1.1</div></div><div>.</div><div>.</div><div><br></div><div><br></div><div>Best regards,</div><div><br></div><div>George</div></div>