mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Unix domain sockets (HttpServer::bind_uds) #92
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
# Changes
|
||||
|
||||
## [1.0.5] - ?
|
||||
## [1.0.5] - 2019-07-xx
|
||||
|
||||
### Added
|
||||
|
||||
* Unix domain sockets (HttpServer::bind_uds) #92
|
||||
|
||||
* Actix now logs errors resulting in "internal server error" responses always, with the `error`
|
||||
logging level
|
||||
|
||||
@ -11,6 +13,7 @@
|
||||
|
||||
* Restored logging of errors through the `Logger` middleware
|
||||
|
||||
|
||||
## [1.0.4] - 2019-07-17
|
||||
|
||||
### Added
|
||||
|
Reference in New Issue
Block a user