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 da208a4 Fix typo da208a4 is described below commit da208a4e94f8943a1fdef3e5f02c60bcdf0e8a38 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 4 09:32:43 2019 +0100 Fix typo --- java/org/apache/coyote/http2/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http2/LocalStrings.properties b/java/org/apache/coyote/http2/LocalStrings.properties index e6b5abc..e7451fd 100644 --- a/java/org/apache/coyote/http2/LocalStrings.properties +++ b/java/org/apache/coyote/http2/LocalStrings.properties @@ -165,7 +165,7 @@ windowAllocationManager.waitFor.connection=Connection [{0}], Stream [{1}], Waiti windowAllocationManager.waitFor.stream=Connection [{0}], Stream [{1}], Waiting for Stream flow control window (blocking) with timeout [{3}] windowAllocationManager.waitFor.ise=Connection [{0}], Stream [{1}], Already waiting windowAllocationManager.waitForNonBlocking.connection=Connection [{0}], Stream [{1}], Waiting for Connection flow control window (non-blocking) -windowAllocationManager.waitForNonBlocking.stram=Connection [{0}], Stream [{1}], Waiting for Stream flow control window (non-blocking) +windowAllocationManager.waitForNonBlocking.stream=Connection [{0}], Stream [{1}], Waiting for Stream flow control window (non-blocking) writeStateMachine.endWrite.ise=It is illegal to specify [{0}] for the new state once a write has completed writeStateMachine.ise=It is illegal to call [{0}()] in state [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org