hdtest: Remove HPACK draft numbers
This commit is contained in:
parent
63e7b21b35
commit
64647f8b76
|
@ -251,7 +251,7 @@ static int perform_from_http1text(nghttp2_hd_context *deflater)
|
|||
|
||||
static void print_help(void)
|
||||
{
|
||||
printf("HPACK-draft-04 header compressor\n"
|
||||
printf("HPACK HTTP/2.0 header encoder\n"
|
||||
"Usage: deflatehd [OPTIONS] < INPUT\n"
|
||||
"\n"
|
||||
"Reads JSON array or HTTP/1-style header fields from stdin and\n"
|
||||
|
|
|
@ -164,7 +164,7 @@ static int perform(void)
|
|||
|
||||
static void print_help(void)
|
||||
{
|
||||
printf("HPACK-draft-04 header decompressor\n"
|
||||
printf("HPACK HTTP/2.0 header decoder\n"
|
||||
"Usage: inflatehd [OPTIONS] < INPUT\n"
|
||||
"\n"
|
||||
"Reads JSON array from stdin and outputs inflated name/value pairs\n"
|
||||
|
|
Loading…
Reference in New Issue