Restconf and http/1 modifications for http/1-only
This commit is contained in:
parent
c006c6189d
commit
61661e6940
10 changed files with 77 additions and 75 deletions
|
|
@ -403,6 +403,8 @@ restconf_http1_path_root(clicon_handle h,
|
|||
/* Check sanity of session, eg ssl client cert validation, may set rc_exit */
|
||||
if (restconf_connection_sanity(h, rc, sd) < 0)
|
||||
goto done;
|
||||
if (rc->rc_exit)
|
||||
goto fail;
|
||||
#ifdef HAVE_LIBNGHTTP2
|
||||
if ((ret = http1_upgrade_http2(h, sd)) < 0)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue