nghttpx: Fix missing `break`
This commit is contained in:
parent
231db4a3e6
commit
39287314d3
|
@ -2315,6 +2315,7 @@ int main(int argc, char **argv) {
|
|||
case 92:
|
||||
// --response-phase-file
|
||||
cmdcfgs.emplace_back(SHRPX_OPT_RESPONSE_PHASE_FILE, optarg);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue