added 101 - Switching Protocols on success

This commit is contained in:
xdrm-brackets 2018-04-25 18:11:13 +02:00
parent d743448fce
commit df8c9bc61c
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ func Build(r io.Reader) (request *T, err error) {
}
req.code = response.SWITCHING_PROTOCOLS
return req, nil
}