]> granicus.if.org Git - libevent/commit
Do not crash when evhttp_send_reply_start() is called after a timeout.
authorAndreas Gustafsson <gson@gson.org>
Tue, 26 Sep 2017 16:23:29 +0000 (19:23 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:13:54 +0000 (15:13 +0300)
commit826f1134b879cafdb73fed6c4ac1174e3022e410
tree9d16343c21496e35503dbfd2a22b5d8186a7f7f9
parent5b40744d1581447f5b4496ee8d4807383e468e7a
Do not crash when evhttp_send_reply_start() is called after a timeout.

This fixes the crash reported in issue #509.  The "would be nice"
items discussed in #509 can be addressed separately.

(cherry picked from commit 99d0a952dada771b91acf63f5208b994e80a2986)
http.c