mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 07:45:23 -04:00
devpoll and evport need reinit; tested by W.C.A. Wijngaards
svn:r633
This commit is contained in:
parent
2fde221759
commit
f38aec8bb7
@ -36,6 +36,7 @@ Changes in current version:
|
||||
o associate more context for hooks to query such as the connection object
|
||||
o remove pending timeouts on event_base_free()
|
||||
o also check EAGAIN for Solaris' event ports; from W.C.A. Wijngaards
|
||||
o devpoll and evport need reinit; tested by W.C.A Wijngaards
|
||||
|
||||
Changes in 1.4.0:
|
||||
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
|
||||
|
@ -81,7 +81,8 @@ struct eventop devpollops = {
|
||||
devpoll_add,
|
||||
devpoll_del,
|
||||
devpoll_dispatch,
|
||||
devpoll_dealloc
|
||||
devpoll_dealloc,
|
||||
1 /* need reinit */
|
||||
};
|
||||
|
||||
#define NEVENT 32000
|
||||
|
Loading…
x
Reference in New Issue
Block a user