[Bug 65179] HTTP2:WINDOW_UPDATE not sent when receiving http2 requests over unknown url

2021-03-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65179 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in on tomcat-85-trunk

2021-03-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2647 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

buildbot success in on tomcat-9-trunk

2021-03-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/683 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

buildbot success in on tomcat-trunk

2021-03-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/5730 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 8.5.x updated: Allow for variations in content length

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d0634ea Allow for variations in content length

[tomcat] branch 9.0.x updated: Allow for variations in content length

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 8a5bf93 Allow for variations in content length

[tomcat] branch master updated: Allow for variations in content length

2021-03-15 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 8e22617 Allow for variations in content length

[tomcat] branch 9.0.x updated: Fix failing test

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 646b802 Fix failing test 646b802 is described

[tomcat] 03/08: Add frameTypeId parameter to swallowedPayload()

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6a52ef0613c418a9ba0bb74c46ca90ee510a9069 Author: Mark Thomas AuthorDate: Mon Mar 15 18:50:29 2021 + Add

[tomcat] 06/08: Fix failing test after flow control updates

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8a7407e057213dd0a6440633c9027d37bc5e9bc7 Author: Mark Thomas AuthorDate: Mon Mar 15 19:24:08 2021 + Fix failing

[tomcat] 08/08: Fix Javadoc errors

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 14adbe2e8e69bf6b10718145d35ff87dc8f3084d Author: Mark Thomas AuthorDate: Mon Mar 15 19:46:10 2021 + Fix Javadoc

[tomcat] 02/08: Rename swallow() -> swallowPayload()

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8f407126031d8a8b8b0ed3de24ef58f01697139e Author: Mark Thomas AuthorDate: Mon Mar 15 19:29:57 2021 + Rename

[tomcat] 07/08: Fix failing test

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 554bbd95c43b2ab0251a32c6b01de5d950f60cf7 Author: Mark Thomas AuthorDate: Mon Mar 15 19:47:05 2021 + Fix failing

[tomcat] 04/08: Expose the actual frameTypeId for unknown frames

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit adeb0533b3f67d172df73692344b51fe69fb6a16 Author: Mark Thomas AuthorDate: Mon Mar 15 18:57:37 2021 + Expose the

[tomcat] 05/08: Fix BZ 65179 - avoid flow control window exhaustion

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f32ecf47dde6a452559065ad999db7a75eb7ecd4 Author: Mark Thomas AuthorDate: Mon Mar 15 17:57:41 2021 + Fix BZ 65179

[tomcat] 01/08: Rename Output.swallowedPadding to onSwallowedDataFramePayload

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 26a5bfc64c9e67f71180104a41e922a82cb187ad Author: Mark Thomas AuthorDate: Fri Mar 12 09:55:38 2021 + Rename

[tomcat] branch 8.5.x updated (4f105d7 -> 14adbe2)

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 4f105d7 Make fields final after new approach to recycling new 26a5bfc Rename Output.swallowedPadding to

[tomcat] branch 9.0.x updated: Fix Javadoc errors

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 8ed432b Fix Javadoc errors 8ed432b is described

[tomcat] branch master updated: Fix Javadoc errors

2021-03-15 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 ea3c2b5 Fix Javadoc errors ea3c2b5 is described

buildbot failure in on tomcat-9-trunk

2021-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/681 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

buildbot failure in on tomcat-trunk

2021-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/5728 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

[tomcat] 06/06: Fix failing test after flow control updates

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f65825a77fdbcc225c895c43c371674ae87c3b79 Author: Mark Thomas AuthorDate: Mon Mar 15 19:24:08 2021 + Fix failing

[tomcat] 04/06: Expose the actual frameTypeId for unknown frames

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 74fe53dfe91412f75e69b5522def4bb752fab3b4 Author: Mark Thomas AuthorDate: Mon Mar 15 18:57:37 2021 + Expose the

[tomcat] 01/06: Rename Output.swallowedPadding to onSwallowedDataFramePayload

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 659d29df58be5c87793a0435f5b84e8fa8820140 Author: Mark Thomas AuthorDate: Fri Mar 12 09:55:38 2021 + Rename

[tomcat] 05/06: Fix BZ 65179 - avoid flow control window exhaustion

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c8034ba400680ef49c1887df7da93472543d2aac Author: Mark Thomas AuthorDate: Mon Mar 15 17:57:41 2021 + Fix BZ 65179

[tomcat] 02/06: Rename swallow() -> swallowPayload()

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6cbbcc149466a95bd2ee3bb4efacdc0723b683ad Author: Mark Thomas AuthorDate: Mon Mar 15 18:01:01 2021 + Rename

[tomcat] 03/06: Add frameTypeId parameter to swallowedPayload()

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 597dc90fb703d74d3778c1a2ee4f9dbd531581b8 Author: Mark Thomas AuthorDate: Mon Mar 15 18:50:29 2021 + Add

[tomcat] branch 9.0.x updated (3a6729a -> f65825a)

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 3a6729a Make fields final after new approach to recycling new 659d29d Rename Output.swallowedPadding to

[tomcat] 03/06: Add frameTypeId parameter to swallowedPayload()

2021-03-15 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 commit 02c202aae1789ac532e63894a9317bcda7f1fcec Author: Mark Thomas AuthorDate: Mon Mar 15 18:50:29 2021 + Add

[tomcat] 06/06: Fix failing test after flow control updates

2021-03-15 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 commit 1a7b9d8db55c974403a355b04eca563b63e4a5d6 Author: Mark Thomas AuthorDate: Mon Mar 15 19:24:08 2021 + Fix failing

[tomcat] 04/06: Expose the actual frameTypeId for unknown frames

2021-03-15 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 commit 87bb2e0f0c2d97d4be050702c06aff45eaf9bee6 Author: Mark Thomas AuthorDate: Mon Mar 15 18:57:37 2021 + Expose the

[tomcat] 01/06: Rename Output.swallowedPadding to onSwallowedDataFramePayload

2021-03-15 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 commit f4381f77289554dd01b97d3c8cac08da1832 Author: Mark Thomas AuthorDate: Fri Mar 12 09:55:38 2021 + Rename

[tomcat] 05/06: Fix BZ 65179 - avoid flow control window exhaustion

2021-03-15 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 commit 76115a2a8681e5951aef9037120fa3babeffd9d3 Author: Mark Thomas AuthorDate: Mon Mar 15 17:57:41 2021 + Fix BZ

[tomcat] 02/06: Rename swallow() -> swallowPayload()

2021-03-15 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 commit db907f9d3cbf604754728e0b4a7e635c1f34299a Author: Mark Thomas AuthorDate: Mon Mar 15 18:01:01 2021 + Rename

[tomcat] branch master updated (7621923 -> 1a7b9d8)

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 7621923 Make fields final after new approach to recycling new f4381f7 Rename Output.swallowedPadding to

buildbot failure in on tomcat-85-trunk

2021-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2645 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 9.0.x updated (47981a5 -> 3a6729a)

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 47981a5 Refactor read and write methods add 3a6729a Make fields final after new approach to recycling No new

[tomcat] branch 8.5.x updated: Make fields final after new approach to recycling

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 4f105d7 Make fields final after new approach to

[tomcat] branch master updated (436f7a3 -> 7621923)

2021-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 436f7a3 Refactor read and write methods add 7621923 Make fields final after new approach to recycling No new

Re: Back-port asyncIO support for HTTP/2 to 8.5.x

2021-03-15 Thread Rémy Maucherat
On Thu, Mar 11, 2021 at 5:39 PM Mark Thomas wrote: > On 11/03/2021 16:11, Rémy Maucherat wrote: > > On Thu, Mar 11, 2021 at 3:17 PM Mark Thomas wrote: > > > >> A question mainly for Rémy I guess. > >> > >> Any reason not to back-port the asyncIO HTTP/2 implementation to 8.5.x? > >> > > > >

[tomcat] branch 8.5.x updated: Refactor read and write methods

2021-03-15 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3caab53 Refactor read and write methods 3caab53 is

[tomcat] branch 9.0.x updated: Refactor read and write methods

2021-03-15 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 47981a5 Refactor read and write methods 47981a5 is

[tomcat] branch master updated: Refactor read and write methods

2021-03-15 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 436f7a3 Refactor read and write methods 436f7a3