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

Fix HEAD requests handling

This commit is contained in:
Nikolay Kim
2018-01-20 16:12:38 -08:00
parent a7c24aace1
commit 91c44a1cf1
5 changed files with 135 additions and 53 deletions

View File

@ -2,6 +2,8 @@
## 0.3.2 (2018-01-xx)
* Fix HEAD requests handling
* Can't have multiple Applications on a single server with different state #49