Re: RFR [12] 8218662: Allow 204 responses with Content-Length:0

2019-02-08 Thread Michael McMahon
Looks good Chris. - Michael. On 08/02/2019, 11:24, Chris Hegarty wrote: This is a code review request for a late fix for JDK 12, to address a what could be perceived as a potential regression. Post 8211437 [1] the HTTP Client now disallows 204 responses with a response body. It appears that th

RFR [12] 8218662: Allow 204 responses with Content-Length:0

2019-02-08 Thread Chris Hegarty
This is a code review request for a late fix for JDK 12, to address a what could be perceived as a potential regression. Post 8211437 [1] the HTTP Client now disallows 204 responses with a response body. It appears that this change may have been a little too strict, by disallowing any response wit