diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-02 17:20:56 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-02 17:20:56 +0000 |
commit | acafce5b7ddd4342e45a7731ae3f261e6f202a77 (patch) | |
tree | 352369b7be194dbddaf61f14debe9413a3da8af0 /ChangeLog | |
parent | efb6210d7745c9466ab9a16f23d1549523428ef7 (diff) |
libevent2 fix: unfreeze the client evbuffer
libevent2 has this concept of "freezeness" of a buffer. It's a way to
avoid accidentally write/remove data from the wrong "edge" of the
buffer. The client_tls_{read,write} functions need to add/drain data
from the opposite edge, hence the need for the unfreeze call.
This is the minimum change in order to work on libevent2 too. Another
way would be to define evbuffer_{un,}freeze as NOP on libevent 1, but
it's ugly IMHO.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions