]> 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 <a3at.mail@gmail.com>
Mon, 30 Oct 2017 08:32:13 +0000 (11:32 +0300)
commit99d0a952dada771b91acf63f5208b994e80a2986
tree2d37f56746eb45114e3ac60fdcca6476c4613c23
parent5ff8eb26371c4dc56f384b2de35bea2d87814779
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.
http.c