comparison src/os/unix/ngx_process_cycle.c @ 5868:6bbad2e73245

Fixed counting of sent bytes in the send chain functions on EINTR. Previously, a value of the "send" variable wasn't properly adjusted in a rare case when syscall was interrupted by a signal. As a result, these functions could send less data than the limit allows.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 27 Aug 2014 20:51:01 +0400
parents 3377f9459e99
children 1f513d7f1b45
comparison
equal deleted inserted replaced
5867:26d28506282a 5868:6bbad2e73245