Skip to content

Commit

Permalink
Missed var name change
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Oct 11, 2024
1 parent edf2500 commit c3022c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
public class WebsocketReceiveListener extends AbstractReceiveListener {
public static final AttachmentKey<List<Object>> WEBSOCKET_REQUEST_DETAILS = AttachmentKey.create(List.class);

private HttpServerExchange exchange;
private HttpServerExchange initialExchange;
private HttpHandler next;
private ServerOptions serverOptions;
private SiteOptions siteOptions;
Expand Down

0 comments on commit c3022c0

Please sign in to comment.