mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Cache connection failures
This commit is contained in:
parent
8490ee37a6
commit
d1158bb816
2 changed files with 18 additions and 1 deletions
|
|
@ -98,6 +98,8 @@ protected:
|
|||
void processStderr(Sink * sink = 0, Source * source = 0);
|
||||
};
|
||||
|
||||
ref<Connection> openConnectionWrapper();
|
||||
|
||||
virtual ref<Connection> openConnection() = 0;
|
||||
|
||||
void initConnection(Connection & conn);
|
||||
|
|
@ -106,6 +108,8 @@ protected:
|
|||
|
||||
private:
|
||||
|
||||
std::atomic_bool failed{false};
|
||||
|
||||
void setOptions(Connection & conn);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue