You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/15 07:08:12 UTC

[tomcat] branch 10.0.x updated: Add missing values in message

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 0f2a106  Add missing values in message
0f2a106 is described below

commit 0f2a1065f9a4c61e9fd802c74e813d365b0e4574
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 14 21:27:02 2021 +0100

    Add missing values in message
---
 java/org/apache/coyote/http2/Http2UpgradeHandler.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http2/Http2UpgradeHandler.java b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
index fa650b7..127c199 100644
--- a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
+++ b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
@@ -865,7 +865,8 @@ class Http2UpgradeHandler extends AbstractStream implements InternalHttpUpgradeH
             do {
                 synchronized (this) {
                     if (!stream.canWrite()) {
-                        stream.doStreamCancel(sm.getString("upgradeHandler.stream.notWritable"), Http2Error.STREAM_CLOSED);
+                        stream.doStreamCancel(sm.getString("upgradeHandler.stream.notWritable",
+                                stream.getConnectionId(), stream.getIdAsString()), Http2Error.STREAM_CLOSED);
                     }
                     long windowSize = getWindowSize();
                     if (windowSize < 1 || backLogSize > 0) {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch 10.0.x updated: Add missing values in message

Posted by Trello Support <su...@trello.com>.
-- Please reply above this line --


            Hi there,

THIS IS AN AUTOMATED MESSAGE. PLEASE RESUBMIT YOUR MESSAGE AT
HTTPS://TRELLO.COM/CONTACT [1]

You've emailed support@trello.com [2], which is no longer available
for support.

Trello Support is still here to support you, the same as before, but
through that form.

Thanks very much!


Links:
------
[1] https://trello.com/contact
[2] mailto:support@trello.com

All the best,

Trello
The Trello Team

Need priority support for your business? Check out Trello Business
Class [1].
Visit our Trello community [2] to ask other Trello users for how-to's
or advice.


Links:
------
[1]
https://trello.com/business-class?utm_source=support-email&utm_medium=email&utm_term=footer&utm_campaign=support-business-class
[2] https://community.atlassian.com/trello

                                
        > On Tue, Jun 15, 2021 at 3:08 AM EDT, Tomcat Developers List &lt;dev@tomcat.apache.org&gt; wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> markt pushed a commit to branch 10.0.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git [1]
> 
> The following commit(s) were added to refs/heads/10.0.x by this push:
> new 0f2a106 Add missing values in message
> 0f2a106 is described below
> 
> commit 0f2a1065f9a4c61e9fd802c74e813d365b0e4574
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Mon Jun 14 21:27:02 2021 +0100
> 
> Add missing values in message
> ---
> java/org/apache/coyote/http2/Http2UpgradeHandler.java | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
> b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
> index fa650b7..127c199 100644
> --- a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
> +++ b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
> @@ -865,7 +865,8 @@ class Http2UpgradeHandler extends AbstractStream
> implements InternalHttpUpgradeH
> do {
> synchronized (this) {
> if (!stream.canWrite()) {
> -
> stream.doStreamCancel(sm.getString("upgradeHandler.stream.notWritable"),
> Http2Error.STREAM_CLOSED);
> +
> stream.doStreamCancel(sm.getString("upgradeHandler.stream.notWritable",
> + stream.getConnectionId(), stream.getIdAsString()),
> Http2Error.STREAM_CLOSED);
> }
> long windowSize = getWindowSize();
> if (windowSize < 1 || backLogSize > 0) {
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org [2]
> For additional commands, e-mail: dev-help@tomcat.apache.org [3]
> 
> Links:
> ------
> [1] https://gitbox.apache.org/repos/asf/tomcat.git
> [2] mailto:dev-unsubscribe@tomcat.apache.org
> [3] mailto:dev-help@tomcat.apache.org
> 
> 
> 
>