4d51eca218
Motivation: SslHandlerTest#testCompositeBufSizeEstimationGuaranteesSynchronousWrite has been observed to fail on CI servers. Knowing how many bytes were seen by the client would be helpful. Modifications: - Add bytesSeen to the exception if the client closes early. Result: More debug info available.