mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-28 08:51:23 +00:00
Wrong snippet fix
This commit is contained in:
@@ -186,7 +186,7 @@ public class HTTP2Examples {
|
||||
request.end();
|
||||
}
|
||||
|
||||
public void example13(HttpClientRequest request) {
|
||||
public void example14(HttpClientRequest request) {
|
||||
request.pushHandler(pushedRequest -> {
|
||||
if (pushedRequest.path().equals("/main.js")) {
|
||||
pushedRequest.reset();
|
||||
|
||||
Reference in New Issue
Block a user