Add Websocket Upgrade Test (#5613)

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
This commit is contained in:
PoleTransformer
2025-11-27 21:05:44 +01:00
committed by GitHub
co-authored by Your Name Frank Elsinga Louis Lam
parent 804344c5ac
commit 5d1b372072
9 changed files with 406 additions and 10 deletions
+2
View File
@@ -809,6 +809,8 @@ let needSetup = false;
bean.parent = monitor.parent;
bean.type = monitor.type;
bean.url = monitor.url;
bean.wsIgnoreSecWebsocketAcceptHeader = monitor.wsIgnoreSecWebsocketAcceptHeader;
bean.wsSubprotocol = monitor.wsSubprotocol;
bean.method = monitor.method;
bean.body = monitor.body;
bean.ipFamily = monitor.ipFamily;