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

Log request processing errors

This commit is contained in:
Nikolay Kim
2018-01-20 20:12:24 -08:00
parent 98931a8623
commit 7cf221f767
6 changed files with 75 additions and 24 deletions

View File

@ -4,10 +4,13 @@
* Fix HEAD requests handling
* Can't have multiple Applications on a single server with different state #49
* Log request processing errors
* Allow multiple Applications on a single server with different state #49
* CORS middleware: allowed_headers is defaulting to None #50
## 0.3.1 (2018-01-13)
* Fix directory entry path #47