From efa7f95dffb56d40a4fcfe51324b2fc6793bcb07 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Fri, 18 Dec 2020 15:17:20 -0500 Subject: [PATCH] Removed #define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK See discussion in PR #205 --- include/lsquic.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lsquic.h b/include/lsquic.h index d3f31adb2..e37c31794 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -227,7 +227,6 @@ struct lsquic_stream_if { * errors received with the CONNECTION_CLOSE frame. If app_error is -1 then * it is considered unknown if this is an app_error or not. */ -#define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK void (*on_conncloseframe_received)(lsquic_conn_t *c, int app_error, uint64_t error_code, const char *reason, int reason_len);