changelog: fix evrpc typo "evprc" in 2.1.9

This commit is contained in:
Pierce Lopez 2019-02-10 16:09:15 -05:00
parent 9c75c24caa
commit 8b6f67a467

View File

@ -50,7 +50,7 @@ Changes in version 2.1.9-beta (10 February 2019)
o Fix crashing http server when callback do not reply in place (5b40744dg, b2581380g) o Fix crashing http server when callback do not reply in place (5b40744dg, b2581380g)
o fix handling of close_notify (ssl) in http with openssl bufferevents (7e91622bg) o fix handling of close_notify (ssl) in http with openssl bufferevents (7e91622bg)
evprc: evrpc:
o use *_new_with_arg() to match function prototype (a95cc9e3g) o use *_new_with_arg() to match function prototype (a95cc9e3g)
o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7g) o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7g)