Eray Karatay

Results 35 comments of Eray Karatay

In the case of an error, there is no way to access the socket to write to. You should be able to write the error to the socket before returning...

#124 closes this.

Probably we should fix it the right way. Like check if process is killed before spawning new one.

High level server would be a nice addition to `hyper-util`.

> I have no clue how to solve that without a major redesign of the public API. Me either.

Sorry for inactivity. `tls_openssl::tests::test_graceful_shutdown` seems to fail when running `cargo hack test --each-feature` command.

It seems to be caused by an older test which this PR didn't update. Graceful shutdown is working as intended.

TLS modules shouldn't have graceful shutdown tests. Fault seems to be mine oops.

Self signed SSL shouldn't be a problem in theory. See: https://github.com/lnx-search/rewrk/blob/master/src/http/user_input.rs#L73-L75