Skip to content

Commit

Permalink
Removed #define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK
Browse files Browse the repository at this point in the history
See discussion in PR #205
  • Loading branch information
Dmitri Tikhonov committed Dec 18, 2020
1 parent 123f116 commit efa7f95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/lsquic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit efa7f95

Please sign in to comment.