Message10882

Author nickmbailey
Recipients nickmbailey, ryan.springer, zyasoft
Date 2016-07-29.21:54:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469829241.93.0.327212322722.issue2508@psf.upfronthosting.co.za>
In-reply-to
Content
So to make sure I'm understanding the approach correctly. The idea is that we call bytesBeforeUnwritable to see how many bytes netty will be able to immediately send, call writeAndFlush with that many bytes and return that length to the caller immediately expecting them to call send() again if not all bytes were sent. Right?
History
Date User Action Args
2016-07-29 21:54:01nickmbaileysetmessageid: <1469829241.93.0.327212322722.issue2508@psf.upfronthosting.co.za>
2016-07-29 21:54:01nickmbaileysetrecipients: + nickmbailey, zyasoft, ryan.springer
2016-07-29 21:54:01nickmbaileylinkissue2508 messages
2016-07-29 21:54:00nickmbaileycreate