petermertos

Results 2 comments of petermertos

Hope it can help someone. Inserted to HttpUtil#getHostFromRequest(): import io.netty.handler.codec.http.HttpMethod; if (host == null && httpRequest.getMethod() == HttpMethod.CONNECT) { host = httpRequest.getUri().split(":")[0]; }