RFR: 8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java

2021-11-16 Thread Fairoz Matte
With the integration of JDK-8276559, validate header failed as there is one missing comma after 2021 in `test/jdk/java/net/httpclient/HeadTest.java` - Commit messages: - 8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java Changes: https://git.openjdk.jav

Re: RFR: 8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java

2021-11-16 Thread Fairoz Matte
On Wed, 17 Nov 2021 04:01:48 GMT, Jaikiran Pai wrote: > Thank you for fixing this @fmatte1. I'm not a Reviewer, but this looks good > to me. > > Could you tell me which test identified this issue, so that I can in future > run them locally if feasible? Thanks Jaikiran for the review, it is t

Integrated: 8277313: Validate header failed for test/jdk/java/net/httpclient/HeadTest.java

2021-11-16 Thread Fairoz Matte
On Wed, 17 Nov 2021 03:53:50 GMT, Fairoz Matte wrote: > With the integration of JDK-8276559, validate header failed as there is one > missing comma after 2021 in `test/jdk/java/net/httpclient/HeadTest.java` This pull request has now been integrated. Changeset: 08f65a59 Author:Fairoz