-- 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 [email protected] [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:[email protected]
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:09 AM EDT, Tomcat Developers List
<[email protected]> wrote:
>
> 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 [1]
>
> The following commit(s) were added to refs/heads/8.5.x by this push:
> new 67dd096 Add missing values in message
> 67dd096 is described below
>
> commit 67dd09626131df5b31391e6713b2a39207bcf306
> Author: Mark Thomas <[email protected]>
> 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 3e133df..909726e 100644
> --- a/java/org/apache/coyote/http2/Http2UpgradeHandler.java
> +++ b/java/org/apache/coyote/http2/Http2UpgradeHandler.java
> @@ -868,7 +868,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: [email protected] [2]
> For additional commands, e-mail: [email protected] [3]
>
> Links:
> ------
> [1] https://gitbox.apache.org/repos/asf/tomcat.git
> [2] mailto:[email protected]
> [3] mailto:[email protected]
>
>
>
>