Return a custom TlsStream rather than a ChannelBinding up front

This commit is contained in:
Steven Fackler
2019-10-27 14:24:25 -07:00
parent 6c77baad1b
commit dc9d07e246
9 changed files with 220 additions and 53 deletions

View File

@@ -92,5 +92,6 @@ fn make_map(codes: &LinkedHashMap<String, Vec<String>>, file: &mut BufWriter<Fil
#[rustfmt::skip]
static SQLSTATE_MAP: phf::Map<&'static str, SqlState> = \n{};\n",
builder.build()
).unwrap();
)
.unwrap();
}