1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Allow comma-separated websocket subprotocols without spaces (#1172)

* Allow comma-separated websocket subprotocols without spaces

* [CHANGES] Added an entry to CHANGES.md
This commit is contained in:
Vlad Frolov
2019-12-07 16:08:06 +02:00
committed by Nikolay Kim
parent 4921243add
commit 8c3f58db9d
2 changed files with 46 additions and 1 deletions

View File

@ -6,6 +6,9 @@
* Migrate to tokio 0.2
### Fixed
* Allow comma-separated websocket subprotocols without spaces (#1172)
## [2.0.0-alpha.1] - 2019-11-22