Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-09 Thread Rémy Maucherat
On Tue, Apr 9, 2019 at 10:43 AM Mark Thomas wrote: > On 09/04/2019 08:50, Rémy Maucherat wrote: > > > > > Thanks for the fix. I can indeed see that HttpParser.onHeadersComplete > has: > > output.headersEnd(streamId); // <- dispatch is done here > > > > if (headersEndStream) { > >

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-09 Thread Mark Thomas
On 09/04/2019 08:50, Rémy Maucherat wrote: > Thanks for the fix. I can indeed see that HttpParser.onHeadersComplete has: > output.headersEnd(streamId); // <- dispatch is done here > > if (headersEndStream) { > output.receivedEndOfStream(streamId); > heade

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-09 Thread Rémy Maucherat
On Mon, Apr 8, 2019 at 10:49 PM Mark Thomas wrote: > On 08/04/2019 20:38, Mark Thomas wrote: > > > > > I'm not sure. Do you have the complete logs for those tests? I'd like to > > look at everything sent from the client to the server for stream 3. > > Thanks for the logs (sent off-list). They di

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-08 Thread Mark Thomas
On 08/04/2019 20:38, Mark Thomas wrote: > I'm not sure. Do you have the complete logs for those tests? I'd like to > look at everything sent from the client to the server for stream 3. Thanks for the logs (sent off-list). They didn't line up with my code which made me realise I was working with

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-08 Thread Mark Thomas
On 08/04/2019 14:16, Rémy Maucherat wrote: > On Mon, Apr 8, 2019 at 11:05 AM Mark Thomas wrote: >> On 08/04/2019 09:57, Rémy Maucherat wrote: >>> On Sun, Apr 7, 2019 at 10:42 PM wrote: commit 6d3c117384c11f1bfd9393fb1484cd5a708a8245 Author: Mark Thomas AuthorDate: Sun Apr 7 21:

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-08 Thread Rémy Maucherat
On Mon, Apr 8, 2019 at 11:05 AM Mark Thomas wrote: > On 08/04/2019 09:57, Rémy Maucherat wrote: > > On Sun, Apr 7, 2019 at 10:42 PM wrote: > > > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> markt pushed a commit to branch master > >> in repository https://gitb

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-08 Thread Mark Thomas
On 08/04/2019 09:57, Rémy Maucherat wrote: > On Sun, Apr 7, 2019 at 10:42 PM wrote: > >> This is an automated email from the ASF dual-hosted git repository. >> >> markt pushed a commit to branch master >> in repository https://gitbox.apache.org/repos/asf/tomcat.git >> >> >> The following commit(s

Re: [tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-08 Thread Rémy Maucherat
On Sun, Apr 7, 2019 at 10:42 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/master by this push: >

[tomcat] branch master updated: Fix the HTTP/2 equivalent of swallowInput

2019-04-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 6d3c117 Fix the HTTP/2 equivalent of swallowInpu