| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| abstractStream.windowSizeInc=连接 [{0}], 流 [{1}], 增加流量控制窗口[{2}] 到 [{3}] |
| |
| connectionPrefaceParser.mismatch=请求了新的远程流ID[{0}],但所有远程流都必须使用奇数标识符。 |
| |
| connectionSettings.debug=连接[{0}],参数类型[{1}]设置为[{2}] |
| connectionSettings.headerTableSizeLimit=连接 [{0}],尝试将 header 表大小设置为 [{1}],但限制为 16k |
| connectionSettings.maxFrameSizeInvalid=连接[{0}],请求的最大帧大小[{1}]在[{2}]到[{3}]的允许范围之外 |
| |
| hpack.invalidCharacter=代码点[{1}]处的Unicode字符[{0}]无法编码,因为它超出了允许的0到255范围。 |
| |
| hpackdecoder.tableSizeUpdateNotAtStart=任何表大小的更新都必须在头块开始时发送。 |
| |
| http2Parser.headers.wrongStream=连接[{0}], 头部信息对于流[{1}]正在进行但对于流[{2}]的一帧已经收到了。 |
| http2Parser.nonZeroPadding=连接[{0}],流[{1}],非零填充 |
| http2Parser.processFrameData.window=连接[{0}],客户端发送的数据比流窗口允许的多 |
| http2Parser.processFrameHeaders.decodingDataLeft=数据在HPACK解码后依然保留 - 它本应该被消费掉 |
| http2Parser.processFramePriority.invalidPayloadSize=以[{0}]无效的有效负载大小接收的优先级帧(应该是5) |
| http2Parser.processFramePushPromise=请求了新的远程流ID[{0}],但所有远程流都必须使用奇数标识符\n\ |
| \n |
| |
| stream.inputBuffer.reset=流.重置 |
| |
| streamProcessor.service.error=请求处理期间出错 |
| |
| streamStateMachine.invalidReset=连接[{0}],流[{1}],状态[{2}],在这种状态下不允许重置 |
| |
| upgradeHandler.ioerror=连接[{0}] |
| upgradeHandler.pingFailed=对客户端发送ping 链接失败. |
| upgradeHandler.socketCloseFailed=关闭 socket 错误 |
| upgradeHandler.stream.even=\ 请求了新的远程流ID[{0}],但所有远程流都必须使用奇数标识符\n\ |
| \n |
| upgradeHandler.upgrade=连接[{0}], HTTP/1.1 升级到流[1] |
| upgradeHandler.writeBody=连接 [{0}],数据流[{1}], 数据长度[{2}] |
| upgradeHandler.writeHeaders=连接 [{0}],流 [{1}] |
| |
| writeStateMachine.ise=处于 [{1}] 状态时调用 [{0}()] 方法是非法的 |