nghttpx: Update last_write_time_ after SSL_write
SSL_write may return error indicating blocking until all given data are written. Because of this, it is preferable to update last_write_time_ after SSL_write regardless of its return value.
Showing
Please register or sign in to comment