connection pool done
This commit is contained in:
@@ -57,6 +57,9 @@ impl AgentState {
|
||||
jar: CookieJar::new(),
|
||||
}
|
||||
}
|
||||
pub fn pool(&mut self) -> &mut ConnectionPool {
|
||||
&mut self.pool
|
||||
}
|
||||
}
|
||||
|
||||
impl Agent {
|
||||
|
||||
Reference in New Issue
Block a user