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 47fbf33 commit c211836Copy full SHA for c211836
websocket_test.go
@@ -489,7 +489,7 @@ func TestAutobahnServer(t *testing.T) {
489
func echoLoop(ctx context.Context, c *websocket.Conn) {
490
defer c.Close(websocket.StatusInternalError, "")
491
492
- c.SetReadLimit(1 << 30)
+ c.SetReadLimit(1 << 40)
493
494
ctx, cancel := context.WithTimeout(ctx, time.Minute)
495
defer cancel()
0 commit comments