Write a test for event_add(ev,NULL) on an event with an existing timeout · Issue #5 · libevent/libevent · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that this call would leave the event pending, but remove its timeout entirely. Looking at the code, I'm not sure this is what we do. We should probably document this if so; it is surprising behavior.