We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63a202 commit 4f3e7e7Copy full SHA for 4f3e7e7
src/main/java/io/vertx/httpproxy/impl/ProxiedRequest.java
@@ -22,9 +22,8 @@
22
import io.vertx.core.http.HttpServerRequest;
23
import io.vertx.core.http.HttpVersion;
24
import io.vertx.core.http.impl.HttpServerRequestInternal;
25
-import io.vertx.core.impl.ContextInternal;
+import io.vertx.core.internal.ContextInternal;
26
import io.vertx.core.net.HostAndPort;
27
-import io.vertx.core.net.impl.HostAndPortImpl;
28
import io.vertx.core.streams.Pipe;
29
import io.vertx.httpproxy.Body;
30
import io.vertx.httpproxy.ProxyRequest;
0 commit comments