added 101 - Switching Protocols on success
This commit is contained in:
parent
d743448fce
commit
df8c9bc61c
|
@ -51,6 +51,7 @@ func Build(r io.Reader) (request *T, err error) {
|
|||
}
|
||||
|
||||
|
||||
req.code = response.SWITCHING_PROTOCOLS
|
||||
return req, nil
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue