websocket problem with ssl(h2)
未關閉
- 主要語言
- Rust
- 星號
- 24.8k
- 分支
- 1.9k
- 平均合併
- 23 小時 10 分鐘
- 30 天內合併 PR
- 26
描述
i have a running actix server based on the websocket-chat example. everything works fine. but when i add ssl support, i can't connect with a client based on examples/websocket/src/client.rs. i get an error "Error: Tunnels are not supported for http2 connection". the browsers still work fine with h2. without ssl chrome is using http 1.1, with it h2. i now there was some problem with the websocket/h2 story in the past...
is there a way around this, or a way to force HttpServer or Client to use http 1.1 ?
貢獻指南
評估
這個 Issue 還沒有評估資料。