How to read body following an 101 response code?
问题 From the docs, immediately after sending the 101 (Switching Protocols) response, the server is expected to continue responding to the original request as if it had received its equivalent within the new protocol (i.e., the server still has an outstanding request to satisfy after the protocol has been changed, and is expected to do so without requiring the request to be repeated). If the Upgrade header field is received in a GET request and the server decides to switch protocols, it first