k
k
@seanmonstar For a very simple test case, start two hypers, set up connections between the browser and the first hyper, and set up an H2 connection between the first hyper...
How to deal with this issue in the future?
is there a better way to set keepalive? The way I'm doing it right now is inelegant. #4028
The demo code has been lost.
One way to configure idle time is to avoid that when the client sends a request, the server is disconnected. Therefore, a mandatory requirement is that the idle time configured...
The idle precision of the current implementation is poor. Therefore, the current practice is to set the idle time as conservative as possible.
Is there a follow-up to this question? If not, I will close this issue.
This is only a demo to check whether there is a big problem in selecting the time point for connection timeout. I'll re-implement one later on, based on the community's...
@paolobarbolini Do you have any good suggestions for me?
> Spelling? Missing `u` > > ```rust > idle_timeot: Arc > ``` > > Also is changing `Cargo.toml` required? > > ```toml > log = "0.4.14" > ``` > >...