Re: RFR [15] 8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server

2020-04-02 Thread Michael McMahon
+1 Michael On 02/04/2020 15:39, Daniel Fuchs wrote: Looks good to me Chris. best regards, -- daniel On 02/04/2020 15:11, Chris Hegarty wrote: To more easily write HTTP Client test scenarios for different protocol versions and different TLS versions, it would be very convenient if the HTTP/2

Re: RFR [15] 8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server

2020-04-02 Thread Daniel Fuchs
Looks good to me Chris. best regards, -- daniel On 02/04/2020 15:11, Chris Hegarty wrote: To more easily write HTTP Client test scenarios for different protocol versions and different TLS versions, it would be very convenient if the HTTP/2 server, that is part of the JDK regression test suite,

RFR [15] 8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server

2020-04-02 Thread Chris Hegarty
To more easily write HTTP Client test scenarios for different protocol versions and different TLS versions, it would be very convenient if the HTTP/2 server, that is part of the JDK regression test suite, was able to issue basic HTTP/1.1 responses. This enhance adds minimal support, which effectiv