From: Azat Khuzhin Date: Sat, 13 Aug 2022 22:46:48 +0000 (+0200) Subject: Merge pull request #1315 from yogo1212/http_per_socket_bebcb X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a9b60e479fd09ce9cece0ebec1863ba3e69273;p=libevent Merge pull request #1315 from yogo1212/http_per_socket_bebcb 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. --- 77a9b60e479fd09ce9cece0ebec1863ba3e69273