Switch to readthedocs.org for hosting documentation

Add API reference.
This commit is contained in:
Dmitri Tikhonov 2020-02-20 16:56:57 -05:00
parent b86524a470
commit 0bd320303d
114 changed files with 2142 additions and 11694 deletions

View file

@ -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)