fixes in websockets

This commit is contained in:
2022-06-14 23:48:10 +06:00
parent 72c2df47fd
commit 798128256e
2 changed files with 69 additions and 16 deletions

View File

@@ -2,6 +2,11 @@
## 0.11.3
* `Ktor`:
* Support of `WebSockets` has been improved
* `Client`:
* New extensions: `HttpClient#openBaseWebSocketFlow`, `HttpClient#openWebSocketFlow`, `HttpClient#openSecureWebSocketFlow`
## 0.11.2
* `Ktor`: