nghttpx: Fix missing `break`

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-06 18:34:10 +09:00
parent 231db4a3e6
commit 39287314d3
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}