Websocket subprotocol results in Error: The script will never generate a response
Websockets - sending subprotocols (auth token smuggling) results in Error: The script will never generate a response.
Client:
Hono:
Client:
Hono:
- Fails right away at the upgrade with
on the server.Error: The script will never generate a response. - This only happens if I send a subprotocol such as
which automatically gets converted to the"potato"
header as it should. Curiously I can see the header in the console log.sec-websocket-protocol - Also tried with hc, same issue.