]> granicus.if.org Git - libevent/commit
Merge branch 'iocp-fixes'
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 13 Nov 2018 19:47:43 +0000 (22:47 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 13 Nov 2018 19:47:43 +0000 (22:47 +0300)
commit3d815cf22074792f31274fd6d810a94984661dbf
tree33e8106eaf540aab133bb4532d8779868be22ec6
parent5dc88b387f7baa4bcd528832e94987a85be3b263
parent811c63f7bc7d71925c125d527c83ff0e63affa70
Merge branch 'iocp-fixes'

* iocp-fixes:
  regress: test for HTTP/HTTPS with IOCP enabled
  bev_async: trigger/run only deferred callbacks
  bev_async: do not initialize timeouts multiple times
  bev_async: set "ok" on setfd if fd>=0 (like we do during creation)
  bev_async: ignore ERROR_INVALID_PARAMETER on .setfd for iocp

Closes: #709
Refs: nmathewson/Libevent#160