We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123f116 commit efa7f95Copy full SHA for efa7f95
include/lsquic.h
@@ -227,7 +227,6 @@ struct lsquic_stream_if {
227
* errors received with the CONNECTION_CLOSE frame. If app_error is -1 then
228
* it is considered unknown if this is an app_error or not.
229
*/
230
-#define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK
231
void (*on_conncloseframe_received)(lsquic_conn_t *c,
232
int app_error, uint64_t error_code,
233
const char *reason, int reason_len);
0 commit comments