arturobernalg commented on PR #700: URL: https://github.com/apache/httpcomponents-core/pull/700#issuecomment-5790730917
I do not think `BasicAsyncEntityProducer` is the right place to address this problem. Entity producers should not be concerned with JDK socket implementation details or HTTP/2 frame sizes. I think should be in `IOSessionImpl.write(ByteBuffer)` or similar. Why 16K? -- 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]
