Removes erroneous brackets from 101

This commit is contained in:
Samuel Ryan 2015-11-07 00:42:48 +00:00
parent 3d8dbc42af
commit ebc0fb8a8a

View File

@ -8,7 +8,7 @@ references:
The 101 (Switching Protocols) status code indicates that the server understands
and is willing to comply with the client's request, via the Upgrade header field
([Section 6.7 of [RFC7230]][1]), for a change in the application protocol being
([Section 6.7 of RFC7230][1]), for a change in the application protocol being
used on this connection. The server MUST generate an Upgrade header field in the
response that indicates which protocol(s) will be switched to immediately after
the empty line that terminates the 101 response.