mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Switch to readthedocs.org for hosting documentation
Add API reference.
This commit is contained in:
parent
b86524a470
commit
0bd320303d
114 changed files with 2142 additions and 11694 deletions
|
@ -5294,6 +5294,8 @@ process_new_token_frame (struct ietf_full_conn *conn,
|
|||
char *token_str;
|
||||
int parsed_len;
|
||||
|
||||
/* TODO: make receipt of NEW_TOKEN frame an error on the server */
|
||||
|
||||
parsed_len = conn->ifc_conn.cn_pf->pf_parse_new_token_frame(p, len, &token,
|
||||
&token_sz);
|
||||
if (parsed_len < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue