Restconf native+http/1 + tls
Added command-line timeout -t <sec> to restconf Example: Added programmable timeout to backend example Test: updated for fcgi and native using internal timeouts
This commit is contained in:
parent
2b2a2ec1ad
commit
62a4b5feff
17 changed files with 577 additions and 318 deletions
|
|
@ -98,8 +98,8 @@ if [ $BE -ne 0 ]; then
|
|||
if [ $? -ne 0 ]; then
|
||||
err
|
||||
fi
|
||||
new "start backend -s init -f $cfg -- -n"
|
||||
start_backend -s init -f $cfg -- -n # create example notification stream
|
||||
new "start backend -s init -f $cfg -- -n 5"
|
||||
start_backend -s init -f $cfg -- -n 5 # create example notification stream
|
||||
fi
|
||||
|
||||
new "wait backend"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue