mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
画中画窗口
This commit is contained in:
@@ -101,6 +101,9 @@ abstract class HttpCodec<T extends HttpMessage> implements Codec<T> {
|
||||
//请求行
|
||||
if (_state == State.readInitial) {
|
||||
init();
|
||||
if (data.readableBytes() < 128) {
|
||||
return result;
|
||||
}
|
||||
var initialLine = _readInitialLine(data);
|
||||
result.data = createMessage(initialLine);
|
||||
_state = State.readHeader;
|
||||
|
||||
Reference in New Issue
Block a user