aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_regex.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-01-30 07:39:47 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-01-30 07:39:47 +0000
commitb3e461e63c39875e63c40f9d620d1a4ece2a9134 (patch)
tree268e18dd02b9c7fb07fdc608222dad71e3deb62d /src/core/ngx_regex.c
parent90a7a8f5d98b464b675c883383185a5048fc22db (diff)
downloadnginx-b3e461e63c39875e63c40f9d620d1a4ece2a9134.tar.gz
nginx-b3e461e63c39875e63c40f9d620d1a4ece2a9134.zip
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.
Diffstat (limited to 'src/core/ngx_regex.c')
0 files changed, 0 insertions, 0 deletions