]> granicus.if.org Git - libevent/commit
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)
commit77a9b60e479fd09ce9cece0ebec1863ba3e69273
treed986c0ddd9723b91951ae3ba838e49b64f7351de
parentc198b0ceb349d8b1154d4b2f7b2ee373d6fd21c4
parent1bdc91350ee30d3aa51fe809fd719c2c3183b445
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.