On 20 Jun 2016, at 21:36, Sergey Kuksenko <sergey.kukse...@oracle.com> wrote: > > Hi, > > Could you please review the following fix for JDK-8158690? > > http://cr.openjdk.java.net/~skuksenko/jep110/8158690/webrev.00/ > > Fix solves the following issue: > https://bugs.openjdk.java.net/browse/JDK-8158690
Hmmm….. I’m not sure that disabling Nagle is the right thing to do, at least not without doing further investigation about the size / chunks of data that can be sent. Though I do note that the old HtpURLConnection implementation does set setTcpNoDelay(true), while buffering the data to be written. -Chris.