From 64647f8b76fbc87222408d155812632359cc401e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 8 Jan 2014 21:44:44 +0900 Subject: [PATCH] hdtest: Remove HPACK draft numbers --- hdtest/deflatehd.c | 2 +- hdtest/inflatehd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hdtest/deflatehd.c b/hdtest/deflatehd.c index 72b6fb7c..4054dd81 100644 --- a/hdtest/deflatehd.c +++ b/hdtest/deflatehd.c @@ -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" diff --git a/hdtest/inflatehd.c b/hdtest/inflatehd.c index af2f8584..8523b1ad 100644 --- a/hdtest/inflatehd.c +++ b/hdtest/inflatehd.c @@ -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"