| # 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. |
| |
| http11processor.header.parse=解析 HTTP 请求 header 错误 |
| http11processor.request.inconsistentHosts=请求行中指定的主机与主机头不一致。 |
| http11processor.request.invalidUserInfo=HTTP 请求包含带有无效 userinfo 的绝对 URI |
| http11processor.request.prepare=准备请求时出错 |
| http11processor.request.process=错误的处理请求 |
| http11processor.response.finish=错误完成相应 |
| http11processor.socket.info=获取socket信息异常 |
| |
| iib.available.readFail=尝试确定数据是否可用时,非阻塞读取失败 |
| iib.eof.error=套接字读取到意外的EOF |
| iib.filter.npe=你不能添加空过滤器(null) |
| iib.invalidheader=HTTP header行 [{0}] 不符合RFC 7230并且已被忽略。 |
| iib.invalidmethod=在方法名称中发现无效的字符串, HTTP 方法名必须是有效的符号. |
| iib.readtimeout=从套接字读取数据超时 |
| |
| iob.failedwrite=写入.失败 |
| iob.illegalreset=response 在提交后可能被重置 |