Skip to content

Commit efa7f95

Browse files
author
Dmitri Tikhonov
committed
Removed #define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK
See discussion in PR #205
1 parent 123f116 commit efa7f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/lsquic.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ struct lsquic_stream_if {
227227
* errors received with the CONNECTION_CLOSE frame. If app_error is -1 then
228228
* it is considered unknown if this is an app_error or not.
229229
*/
230-
#define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK
231230
void (*on_conncloseframe_received)(lsquic_conn_t *c,
232231
int app_error, uint64_t error_code,
233232
const char *reason, int reason_len);

0 commit comments

Comments
 (0)