mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
Small ws codec fix (#1465)
* Small ws codec fix * Update actix-http/Changes.md Co-authored-by: Huston Bokinsky <huston@deepgram.com>
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
* Implement `std::error::Error` for our custom errors [#1422]
|
||||
* Remove `failure` support for `ResponseError` since that crate
|
||||
will be deprecated in the near future.
|
||||
* Fix a mistake in the encoding of websocket continuation messages wherein
|
||||
Item::FirstText and Item::FirstBinary are each encoded as the other.
|
||||
|
||||
[#1422]: https://github.com/actix/actix-web/pull/1422
|
||||
|
||||
|
Reference in New Issue
Block a user