nginx/src
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
..
core Fixed grammar in PCRE JIT error log message. 2012-01-24 10:20:42 +00:00
event Removed ENGINE_load_builtin_engines() call. 2012-01-30 07:38:27 +00:00
http Fixed AIO error handling on FreeBSD. 2012-01-30 07:39:47 +00:00
mail Copyright updated. 2012-01-18 15:07:43 +00:00
misc Copyright updated. 2012-01-18 15:07:43 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Fixed AIO error handling on FreeBSD. 2012-01-30 07:39:47 +00:00