Compare commits

..

No commits in common. "master" and "v4.0.9" have entirely different histories.

View file

@ -1777,7 +1777,7 @@ usage (const char *prog)
" write; negative means always use remaining file size.\n" " write; negative means always use remaining file size.\n"
" Incompatible with -w.\n" " Incompatible with -w.\n"
#endif #endif
" -Y DELAY Delay response for this many seconds -- use for debugging\n" " -y DELAY Delay response for this many seconds -- use for debugging\n"
" -Q ALPN Use hq mode; ALPN could be \"hq-29\", for example.\n" " -Q ALPN Use hq mode; ALPN could be \"hq-29\", for example.\n"
, prog); , prog);
} }
@ -1987,7 +1987,7 @@ main (int argc, char **argv)
"cannot use -P\n"); "cannot use -P\n");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
#endif #endif
case 'Y': case 'y':
server_ctx.delay_resp_sec = atoi(optarg); server_ctx.delay_resp_sec = atoi(optarg);
break; break;
case 'h': case 'h':