From 8b6f67a467dd285e90520a78396ba64566ae530e Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Sun, 10 Feb 2019 16:09:15 -0500 Subject: [PATCH] changelog: fix evrpc typo "evprc" in 2.1.9 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d0dfba4..a0c8e19d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 handling of close_notify (ssl) in http with openssl bufferevents (7e91622bg) - evprc: + evrpc: o use *_new_with_arg() to match function prototype (a95cc9e3g) o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7g)