Skip to content

Commit 36205c9

Browse files
committed
refactor: resolve merge conflicts with master
1 parent 55cb684 commit 36205c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vertx-core/src/main/java/io/vertx/core/http/impl/Http3ClientConnection.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,8 @@ public static VertxHttp3ConnectionHandler<Http3ClientConnection> createVertxHttp
236236
});
237237
return handler;
238238
}
239+
240+
public HttpClientBase client() {
241+
return client;
242+
}
239243
}

0 commit comments

Comments
 (0)