- Notifications
You must be signed in to change notification settings - Fork5
Commit3a54f4a
committed
Remove ill-conceived Assertion in ProcessClientWriteInterrupt().
It's perfectly fine to have blocked interrupts whenProcessClientWriteInterrupt() is called. In fact it's commonly thecase when emitting error reports. And we deal with that correctly.Even if that'd not be the case, it'd be a bad location for such aassertion. Because ProcessClientWriteInterrupt() is only called whenthe socket is blocked it's hard to hit.Per Heikki and buildfarm animals nightjar and dunlin.1 parent2505ce0 commit3a54f4a
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
574 |
| - | |
575 |
| - | |
576 | 574 |
| |
577 | 575 |
| |
578 | 576 |
| |
|
0 commit comments
Comments
(0)