Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly mark EpollServerDomainSocketChannel.isActive() as true afte…
…r bind is complete.] Motivation: We missed to set active = true in EpollServerDomainSocketChannel.doBind(...) which also means that channelActive(...) was never triggered. Modifications: Correct set active = true in doBind(...) Result: EpollServerDomainSocketChannel is correctly set to active when bound.
- Loading branch information