Author: markt Date: Thu Nov 16 12:13:09 2017 New Revision: 1815441 URL: http://svn.apache.org/viewvc?rev=1815441&view=rev Log: alphabetical order
Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties?rev=1815441&r1=1815440&r2=1815441&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Thu Nov 16 12:13:09 2017 @@ -34,8 +34,8 @@ frameType.checkStream=Invalid frame type hpack.integerEncodedOverTooManyOctets=HPACK variable length integer encoded over too many octets, max is [{0}] hpack.invalidCharacter=The Unicode character [{0}] at code point [{1}] cannot be encoded as it is outside the permitted range of 0 to 255. -hpackdecoder.zeroNotValidHeaderTableIndex=Zero is not a valid header table index hpackdecoder.tableSizeUpdateNotAtStart=Any table size update must be sent at the start of a header block +hpackdecoder.zeroNotValidHeaderTableIndex=Zero is not a valid header table index hpackEncoder.encodeHeader=Encoding header [{0}] with value [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org