Re: RFR [12]: java.net.http.HttpClient hangs on 204 reply without Content-length 0

2018-10-15 Thread Michael McMahon
Hi Daniel, On 15/10/2018, 12:53, Daniel Fuchs wrote: Hi Michael, On 15/10/2018 11:54, Michael McMahon wrote: Could I get the following fix reviewed please. http://cr.openjdk.java.net/~michaelm/8211437/webrev.1/index.html Looks good in general. In MultiExchange.java: 236 T null

Re: RFR [12]: java.net.http.HttpClient hangs on 204 reply without Content-length 0

2018-10-15 Thread Daniel Fuchs
Hi Michael, On 15/10/2018 11:54, Michael McMahon wrote: Could I get the following fix reviewed please. http://cr.openjdk.java.net/~michaelm/8211437/webrev.1/index.html Looks good in general. In MultiExchange.java: 236 T nullBody = cf.get(); Though technically the body should be

RFR [12]: java.net.http.HttpClient hangs on 204 reply without Content-length 0

2018-10-15 Thread Michael McMahon
Could I get the following fix reviewed please. http://cr.openjdk.java.net/~michaelm/8211437/webrev.1/index.html Thanks, Michael.