Commit f8fe6ca
committed
fix: platform-specific return type for async-std in tls_prelogin_stream_wrapper
- Return 0 for async-std and () for tokio in poll_read
- Fixes compilation with runtime-async-std-rustls feature1 parent 95d02e1 commit f8fe6ca
File tree
1 file changed
+6
-0
lines changed- sqlx-core/src/mssql/connection
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
| |||
0 commit comments