serai/common/request/src
Luke Parker 56fd11ab8d
Use a single long-lived RPC connection when authenticated
The prior system spawned a new connection per request to enable parallelism,
yet kept hitting hyper::IncompleteMessages I couldn't track down. This
attempts to resolve those by a long-lived socket.

Halves the amount of requests per-authenticated RPC call, and accordingly is
likely still better overall.

I don't believe this is resolved yet but this is still worth pushing.
2023-11-07 17:42:19 -05:00
..
lib.rs Use a single long-lived RPC connection when authenticated 2023-11-07 17:42:19 -05:00
request.rs Don't default to basic-auth if it's enabled, yet require it to be specified 2023-11-06 10:42:01 -05:00
response.rs Don't default to basic-auth if it's enabled, yet require it to be specified 2023-11-06 10:42:01 -05:00