1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Fix json content type detection

This commit is contained in:
Nikolay Kim
2018-03-10 10:27:29 -08:00
parent ac9eba8261
commit 71b4c07ea4
2 changed files with 10 additions and 12 deletions

View File

@ -6,6 +6,8 @@
* Fix CORS middleware #117
* Fix json content type detection
* Optimize websockets stream support