server: http.Server do not add deadlines causes issues. (#2581)
Adding deadlines is a no go since Golang doesn't back off the timers if there is an active i/o in progress. It is meant to be for applications to handle this themselves and manually progress the deadlines. Fixes #2561master
parent
7431acb2c4
commit
2020afd200
Loading…
Reference in new issue