You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Socket trait implementation for Box<S:Socket> does not implement the poll_flush() method, which doesn't play well with TLS backends. I noticed this inconsistency while working on sqlx-exasol.
Info
SQLx version: 0.7.1
The text was updated successfully, but these errors were encountered:
Bug Description
The
Socket
trait implementation forBox<S:Socket>
does not implement thepoll_flush()
method, which doesn't play well with TLS backends. I noticed this inconsistency while working onsqlx-exasol
.Info
The text was updated successfully, but these errors were encountered: