]> granicus.if.org Git - libevent/commitdiff
Merge pull request #1315 from yogo1212/http_per_socket_bebcb
authorAzat Khuzhin <azat@libevent.org>
Sat, 13 Aug 2022 22:46:48 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2022 22:46:48 +0000 (00:46 +0200)
In it's current form, libevent requires multiple struct evhttp objects to be created in order to enable listening on sockets with more than one type of encryption.

This change allows specifying per-socket how the associated bufferevents should be created.
Thus, it becomes possible to have multiple listening sockets with different encryption parameters using only one evttp.


Trivial merge