fix(client): more reliably detect closed pooled connections (#1434)

This commit is contained in:
Sean McArthur
2018-02-05 09:56:29 -08:00
committed by GitHub
parent 8fb84d29a1
commit 265ad67c86
5 changed files with 264 additions and 60 deletions

View File

@@ -1,3 +1,5 @@
pub use self::str::ByteStr;
mod str;
pub enum Never {}