Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert() condition in evbuffer_drain() for IOCP
In the case of iocp, in the for loop above, there is a situation where: remaining == chain->off == 0 And this happens due to CHAIN_PINNED_R() case (that is used only in buffer_iocp.c) Closes: libevent#630 (picked)
- Loading branch information