Skip to content

gitlab: do not persist the Client object

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

It seems that the connection pool is keeping sockets open for a long time and after a quiet period, any connection sent is immediately responded with with a TCP reset packet causing the connection to fail.


Cc: @gifnksm

Merge request reports