]> granicus.if.org Git - libevent/commit
Fix evhttp_connection_get_addr() fox incomming http connections
authorGreg Hazel <ghazel@gmail.com>
Mon, 12 Feb 2018 00:28:58 +0000 (16:28 -0800)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 23 Apr 2018 23:29:17 +0000 (02:29 +0300)
commit367cd9e5c2b8e3f9b8dbed40bfe8a0ed79285c36
tree2ad76775b014805c91b543c8111d31b6c419aa00
parenta3d8f2e09302536c6c0ffc3ccb1fc6f43b51dc4f
Fix evhttp_connection_get_addr() fox incomming http connections

Install conn_address of the bufferevent on incomping http connections
(even though this is kind of subsytem violation, so let's fix it in a
simplest way and thinkg about long-term solution).

Fixes: #510
Closes: #595 (pick)
bufferevent-internal.h
bufferevent_sock.c
http.c