Skip to content

Remove `BUG()` in Windows process read callback.

Alexander Færøy requested to merge ahf/tor:ahf/40596 into main

This BUG() was added when the code was written to see if this callback was ever executed after we marked the handle as EOF. It turns out, it does, but we handle it gracefully. We can therefore remove the BUG().

Fixes #40596 (closed).

Merge request reports