gilhod

Results 2 comments of gilhod

We experienced the change when trying to get remote IP address of http connection: HttpClientRequest.connection().remoteAddress().host()

Sure. Here is a reproducer. Java 8, Windows 10 Pro vertx version 4.2.7: `import io.vertx.core.Vertx; import io.vertx.core.http.HttpClientRequest; import io.vertx.core.http.HttpClientResponse; import io.vertx.core.http.HttpMethod; public class HostAddressVertx4 { public static void main(String[] args)...