yhzdys commented on PR #700: URL: https://github.com/apache/httpcomponents-core/pull/700#issuecomment-5812622603
@arturobernalg Reworked as suggested — the fix is now in `IOSessionImpl#write(ByteBuffer)` with a hardwired 16K constant for now. Direct buffers bypass the chunking. This covers all transports since they all funnel output through `IOSession#write`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
