From 63a41d5c88745010ce8a84c142329a6a25058f02 Mon Sep 17 00:00:00 2001 From: LX3JL Date: Mon, 25 Feb 2019 09:01:31 +0100 Subject: [PATCH] xlxd 2.2.3 Prevent sending stream close frames back to the sender --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index fa7acab..732c768 100644 --- a/src/main.h +++ b/src/main.h @@ -49,7 +49,7 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 2 -#define VERSION_REVISION 2 +#define VERSION_REVISION 3 // global ------------------------------------------------------