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

rename close_connection to force_close

This commit is contained in:
Nikolay Kim
2019-04-02 14:08:30 -07:00
parent deac983bc7
commit f100976ef0
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,8 @@
* `ClientResponse::body()` does not consume response object.
* Renamed `ClientRequest::close_connection()` to `ClientRequest::force_close()`
## [0.1.0-alpha.2] - 2019-03-29