128129130131132133134
s.getPort(), s.getLocalPort() })); } // Direct socket must be wrapped to avoid losing already read data. return (isHttp ? new HttpInboundSocket(s, in, null) : new SocketWrapper(s, in, null)); }
126127128129130131132