good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit a5e4e906 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Improve StatusCode godoc

parent 71d69deb
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,8 @@ type StatusCode int
// These codes were retrieved from:
// https://www.iana.org/assignments/websocket/websocket.xhtml#close-code-number
//
// In addition to the defined constants, 4000-4999 may be used by applications.
// In addition to the defined constants, 4000-4999 are reserved for arbitrary
// use by applications.
const (
StatusNormalClosure StatusCode = 1000
StatusGoingAway StatusCode = 1001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment