We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc83a77 commit f04a704Copy full SHA for f04a704
benchmark/ws_proxy_benchmark.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
var (
16
- proxyServer = proxy.NewWSReverseProxy("localhost:8080", "/echo")
+ proxyServer, _ = proxy.NewWSReverseProxyWith(proxy.WithURL_OptionWS("ws://localhost:8080/echo"))
17
18
19
// ProxyHandler ... fasthttp.RequestHandler func
docs/ws-benchmark.md
@@ -73,7 +73,7 @@ import (
73
74
75
76
77
78
79
0 commit comments