Fixed: native restconf 100 Continue caused hanging
This commit is contained in:
parent
37bcceac02
commit
9fb9024675
2 changed files with 37 additions and 6 deletions
|
|
@ -66,6 +66,7 @@ typedef struct {
|
|||
// qelem_t rs_qelem; /* List header */
|
||||
cvec *rc_outp_hdrs; /* List of output headers */
|
||||
cbuf *rc_outp_buf; /* Output buffer */
|
||||
size_t rc_bufferevent_output_offset; /* Kludge to drain libevent output buffer */
|
||||
} restconf_conn_h;
|
||||
|
||||
/* Restconf request handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue