nginx/src/os
Maxim Dounin b3e461e63c Fixed AIO error handling on FreeBSD.
The aio_return() must be called regardless of the error returned by
aio_error().  Not calling it resulted in various problems up to segmentation
faults (as AIO events are level-triggered and were reported again and again).

Additionally, in "aio sendfile" case r->blocked was incremented in case of
error returned from ngx_file_aio_read(), thus causing request hangs.
2012-01-30 07:39:47 +00:00
..
unix Fixed AIO error handling on FreeBSD. 2012-01-30 07:39:47 +00:00
win32 Copyright updated. 2012-01-18 15:07:43 +00:00