comparison src/os/unix/ngx_time.h @ 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 d620f497c50f
children
comparison
equal deleted inserted replaced
5867:26d28506282a 5868:6bbad2e73245