quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

#34 properly implement TLS-1.3 shutdown behavior #35

Closed jerryz920 closed 5 years ago

jerryz920 commented 5 years ago

rustfmt introduced a bunch of re-format...

briansmith commented 5 years ago

rustfmt introduced a bunch of re-format...

It would be nice if, when one run rustfmts, you do the rustfmt in a one commit, and then the actual change in a separate commit. (This can happen in the same PR.)

jerryz920 commented 5 years ago

rustfmt introduced a bunch of re-format...

It would be nice if, when one run rustfmts, you do the rustfmt in a one commit, and then the actual change in a separate commit. (This can happen in the same PR.)

Good point!

quininer commented 5 years ago

Thank you!