allow to stop and start http server at will with SIGINT, stop the server on uncaught throws, display timing info for each request, use setup_call_cleanup in more places to avoid potential leaks, when handler for a path doesn't have a matching case, throw a detailed error instead of silently continuing
This commit is contained in:
@@ -803,6 +803,7 @@ impl Instruction {
|
||||
| &Instruction::CallDeterministicLengthRundown
|
||||
| &Instruction::CallHttpOpen
|
||||
| &Instruction::CallHttpListen
|
||||
| &Instruction::CallHttpListenStop
|
||||
| &Instruction::CallHttpAccept
|
||||
| &Instruction::CallHttpAnswer
|
||||
| &Instruction::CallLoadForeignLib
|
||||
@@ -1062,6 +1063,7 @@ impl Instruction {
|
||||
| &Instruction::ExecuteDeterministicLengthRundown
|
||||
| &Instruction::ExecuteHttpOpen
|
||||
| &Instruction::ExecuteHttpListen
|
||||
| &Instruction::ExecuteHttpListenStop
|
||||
| &Instruction::ExecuteHttpAccept
|
||||
| &Instruction::ExecuteHttpAnswer
|
||||
| &Instruction::ExecuteLoadForeignLib
|
||||
|
||||
Reference in New Issue
Block a user