diff --git a/src/spdycat.cc b/src/spdycat.cc index dd1c1080..f25e02df 100644 --- a/src/spdycat.cc +++ b/src/spdycat.cc @@ -738,6 +738,7 @@ int main(int argc, char **argv) // Note that there is no processing currently to handle multiple // message-header fields with the same field name config.headers.insert(std::pair(header, value)); + break; } case 'a': #ifdef HAVE_LIBXML2