commit | d0ab14123d960460e864e247a2c0ac41216d0b5d | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Wed Apr 22 19:55:04 2015 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Wed Apr 22 19:55:04 2015 +0300 |
tree | 98706d020b00acc882c00d6b76bb8d1100339a94 | |
parent | dd53ace9aba784db84cb91aca1bded942f8fa5b7 [diff] |
Stream: prevent repeated event notifications after eof. When client or upstream connection is closed, level-triggered read event remained active until the end of the session leading to cpu hog. Now the flag NGX_CLOSE_EVENT is used to unschedule the event.