low-level-rustls example plus websockets #2104
Unanswered
alexander-buerger-met-no
asked this question in
Q&A
Replies: 1 comment
-
Good question! I don't know. In hyper's low level API you generally have to enable upgrades (for example with Try asking in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to add a websocket to the low-level-rustls example. Basically, I copied
ws_handler
and the route from the websockets example to the low-level-rustls example. For some reason, the websocket upgrade is never done. Do I need to do anything extra for websocket support?Beta Was this translation helpful? Give feedback.
All reactions