-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hi!. Thanks for this great project.
I am currently trying to replace reqwest in my pet-project with xitca-client.
I managed to get it working but there were several hiccups.
Problem:
I'm getting H2 GOAWAY error whenever the client is suspended more than 60 secs. I can't handle specific GOAWAY error because it isn't exposed as pub here (is this intended? Are we supposed to handle H2 error or it's the responsibility of xitca-client ?)
Minor problem:
I tried changing the keep_alive_idle time in ClientBuilder but it wouldn't work. The docs
xitca-web/client/src/builder.rs
Line 338 in 1d46f9a
| /// Default to 10 minutes. |
xitca-web/client/src/builder.rs
Line 46 in 1d46f9a
| keep_alive_idle: Duration::from_secs(60), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels