petermertos
Results
2
comments of
petermertos
@XXLuigiMario - can you please share your fix?
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]; }