Commit 3badba6
authored
Fix async driver waiting for OS on closing half-open socket (#1315)
This change aligns the async driver better with the sync driver.
When a socket is closed, we don't want to wait until the OS acknowledges that
the channel has been fully torn down. It's sufficient to initiate the closure.
The rest we'll leave to the OS's TCP stack (and potentially other intermediates
such as TLS wrappers) or the async runtime to figure out in the background.1 parent 513dc57 commit 3badba6
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
0 commit comments