Message10881

Author zyasoft
Recipients ryan.springer, zyasoft
Date 2016-07-26.06:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469515064.9.0.934418269442.issue2508@psf.upfronthosting.co.za>
In-reply-to
Content
Most likely the solution here is to prevent early closes by validating data has been flushed, via flush notifications.

My reading of C socket semantics is that send simply means the data was copied over to the kernel for actual network send; this seems no different than it being copied over to Netty. But perhaps we can upgrade to 4.1 (perhaps easy); and use this API http://netty.io/4.1/api/io/netty/channel/Channel.html#bytesBeforeUnwritable() to get a more reliable estimate than the blind try to send all bytes into Netty that is done now.
History
Date User Action Args
2016-07-26 06:37:44zyasoftsetmessageid: <1469515064.9.0.934418269442.issue2508@psf.upfronthosting.co.za>
2016-07-26 06:37:44zyasoftsetrecipients: + zyasoft, ryan.springer
2016-07-26 06:37:44zyasoftlinkissue2508 messages
2016-07-26 06:37:44zyasoftcreate