]> 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 <azat@libevent.org>
Sat, 2 Feb 2019 12:18:04 +0000 (15:18 +0300)
commit6bfac964e7d960c2715e1b0df84605635ff7c785
tree2b6547d7bc37267b2d33214708f0dc233d50a0fb
parent6ac2ec2500e004b9169bd6987e49572dc4685262
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
(cherry picked from commit 3d815cf22074792f31274fd6d810a94984661dbf)
bufferevent_async.c
test/regress.h
test/regress_http.c
test/regress_main.c