This commit is contained in:
Adam D. Ruppe 2020-01-09 19:47:17 -05:00
parent 09a6e315b1
commit 0fed9f70de
1 changed files with 1 additions and 0 deletions

1
cgi.d
View File

@ -6444,6 +6444,7 @@ void runAddonServer(EIS)(string localListenerName, EIS eis) if(is(EIS : EventIoS
import core.sys.posix.poll;
}
version(linux)
eis.epoll_fd = epoll_fd;
auto acceptOp = allocateIoOp(sock, IoOp.Read, 0, null);