Implement reception of Close message

This commit is contained in:
Jakob Borg
2014-07-26 21:27:55 +02:00
parent 5bf7d372f6
commit b7176d2204
4 changed files with 107 additions and 0 deletions

View File

@@ -71,3 +71,7 @@ type Option struct {
Key string // max:64
Value string // max:1024
}
type CloseMessage struct {
Reason string // max:1024
}