Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Feb 21, 2025
1 parent 0a9ab2f commit 9ea49ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ protected void additionalWebSocketConfig(WebSocketClientBuilder builder) {
WebSocketUtil.isHttp1WebSocketUpgradeRequest(req.headers())) {
numRequests.incrementAndGet();
}
// Do something with the request.
return delegate.execute(ctx, req);
});
}
Expand Down

0 comments on commit 9ea49ba

Please sign in to comment.