mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Removed #define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK
See discussion in PR #205
This commit is contained in:
parent
123f116488
commit
efa7f95dff
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ struct lsquic_stream_if {
|
||||||
* errors received with the CONNECTION_CLOSE frame. If app_error is -1 then
|
* 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.
|
* 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,
|
void (*on_conncloseframe_received)(lsquic_conn_t *c,
|
||||||
int app_error, uint64_t error_code,
|
int app_error, uint64_t error_code,
|
||||||
const char *reason, int reason_len);
|
const char *reason, int reason_len);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue