Skip to content

Revert "Merge topic 'no-persist-client'"

Ben Boeckel requested to merge ben.boeckel/rust-gitlab:reuse-client into master

This reverts MR !61 (merged). Now that reqwest 0.7 detects whether the client has timed out or not, we only fail when the connection is lost between checking the status of the client and the communication itself.

See https://github.com/seanmonstar/reqwest/issues/44.

This reverts commit 35b07e59, reversing changes made to b9c20ea2.


Requires reqwest 0.7 to be released first.

Edited by Ben Boeckel

Merge request reports