good morning!!!!

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

Improve status code godoc further

parent a5e4e906
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +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 are reserved for arbitrary
// use by applications.
// The defined constants only represent the status codes registered with IANA.
// The 4000-4999 range of status codes is 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