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

SendRequest execution fails with the entered unreachable code #329

This commit is contained in:
Nikolay Kim
2018-06-21 09:47:28 +06:00
parent cfe6725eb4
commit 8b0fbb85d1
2 changed files with 7 additions and 1 deletions

View File

@ -52,8 +52,14 @@
## [0.6.14] - 2018-06-21
### Added
* Allow to disable masking for websockets client
### Fixed
* SendRequest execution fails with the "internal error: entered unreachable code" #329
## [0.6.13] - 2018-06-11