uWebSockets icon indicating copy to clipboard operation
uWebSockets copied to clipboard

AsyncSocket::write, uncork needs to return PROGRESS

Open ghost opened this issue 4 years ago • 0 comments

written, failed, progress needs to be returned so that proper timeout logic can be implemented. Currently we only reset timeout on success but we really should reset it on any progress. Also, we reset timeout if written to work buffer, which is not completely correct either.

ghost avatar Jan 29 '21 12:01 ghost