diff --git a/server.go b/server.go index 29d0deb..d8a205e 100644 --- a/server.go +++ b/server.go @@ -34,6 +34,7 @@ type Upgrader struct { // size is zero, then buffers allocated by the HTTP server are used. The // I/O buffer sizes do not limit the size of the messages that can be sent // or received. + // The default value is 4096 bytes, 4kb. ReadBufferSize, WriteBufferSize int // WriteBufferPool is a pool of buffers for write operations. If the value