facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.
Other
8.03k stars 1.47k forks source link

httpserver/samples/websocket #490

Closed wenqzheng closed 1 month ago

wenqzheng commented 1 month ago

when I try to use "wscat -c" to connect to a websocker server in httpserver/samples, then "error: Server sent a subprotocol but none was requested" happes. Why is that?