Re: H2 protocol validation

2019-07-24 Thread Mark Thomas
On 24/07/2019 13:32, Mark Thomas wrote: > On 24/07/2019 09:18, jean-frederic clere wrote: >> Something like: >> +++ >> index 637e690c65..255883fb93 100644 >> --- a/java/org/apache/coyote/http2/HPackHuffman.java >> +++ b/java/org/apache/coyote/http2/HPackHuffman.java >> @@ -380,7 +380,8 @@

Re: H2 protocol validation

2019-07-24 Thread Mark Thomas
On 24/07/2019 09:18, jean-frederic clere wrote: > On 23/07/2019 11:27, Mark Thomas wrote: >> On 23/07/2019 09:40, jean-frederic clere wrote: >>> Hi, >>> >>> I have tried to run summerwind/h2spec (docker (1)) to validate tomcat >>> master (using the apr connector and java8) and I have a bunch of

Re: H2 protocol validation

2019-07-24 Thread jean-frederic clere
On 23/07/2019 11:27, Mark Thomas wrote: > On 23/07/2019 09:40, jean-frederic clere wrote: >> Hi, >> >> I have tried to run summerwind/h2spec (docker (1)) to validate tomcat >> master (using the apr connector and java8) and I have a bunch of errors. >> >> Does someone validate our code against

Re: H2 protocol validation

2019-07-24 Thread jean-frederic clere
On 23/07/2019 16:54, Mark Thomas wrote: > On 23/07/2019 15:34, jean-frederic clere wrote: >> On 23/07/2019 11:27, Mark Thomas wrote: >>> On 23/07/2019 09:40, jean-frederic clere wrote: Hi, I have tried to run summerwind/h2spec (docker (1)) to validate tomcat master (using the

Re: H2 protocol validation

2019-07-23 Thread Mark Thomas
On 23/07/2019 15:34, jean-frederic clere wrote: > On 23/07/2019 11:27, Mark Thomas wrote: >> On 23/07/2019 09:40, jean-frederic clere wrote: >>> Hi, >>> >>> I have tried to run summerwind/h2spec (docker (1)) to validate tomcat >>> master (using the apr connector and java8) and I have a bunch of

Re: H2 protocol validation

2019-07-23 Thread jean-frederic clere
On 23/07/2019 11:27, Mark Thomas wrote: > On 23/07/2019 09:40, jean-frederic clere wrote: >> Hi, >> >> I have tried to run summerwind/h2spec (docker (1)) to validate tomcat >> master (using the apr connector and java8) and I have a bunch of errors. >> >> Does someone validate our code against

Re: H2 protocol validation

2019-07-23 Thread Mark Thomas
On 23/07/2019 09:40, jean-frederic clere wrote: > Hi, > > I have tried to run summerwind/h2spec (docker (1)) to validate tomcat > master (using the apr connector and java8) and I have a bunch of errors. > > Does someone validate our code against another test suite? > > (1)

H2 protocol validation

2019-07-23 Thread jean-frederic clere
Hi, I have tried to run summerwind/h2spec (docker (1)) to validate tomcat master (using the apr connector and java8) and I have a bunch of errors. Does someone validate our code against another test suite? (1) https://github.com/summerwind/h2spec -- Cheers Jean-Frederic