Re: RFR [11]: 8207966 HttpClient response without content-length does not return body

2018-08-14 Thread Thomas Lußnig
Hi, i see that only missing Content-length is allowed with http/1.0. I am not sure a) if this is not also allowed with http/1.1 b) even if it is not allowed that it is good to read the body but not make it available for the application.   From integration scenarios i know that this can often cau

Re: RFR [11]: 8207966 HttpClient response without content-length does not return body

2018-08-14 Thread Chris Hegarty
> On 14 Aug 2018, at 14:59, Michael McMahon > wrote: > > Hi, > > This is an important fix for 11 which addresses the problem where HTTP/1.0 > responses that do not include a content-length header are not handled > correctly. > > http://cr.openjdk.java.net/~michaelm/8207966/webrev.2/index.ht

RFR [11]: 8207966 HttpClient response without content-length does not return body

2018-08-14 Thread Michael McMahon
Hi, This is an important fix for 11 which addresses the problem where HTTP/1.0 responses that do not include a content-length header are not handled correctly. http://cr.openjdk.java.net/~michaelm/8207966/webrev.2/index.html Thanks, Michael.