spdycat: Add missing break after handling -H option

This commit is contained in:
Tatsuhiro Tsujikawa 2012-09-22 16:05:20 +09:00
parent 0409c76b45
commit 00172f827a
1 changed files with 1 additions and 0 deletions

View File

@ -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<std::string,std::string>(header, value));
break;
}
case 'a':
#ifdef HAVE_LIBXML2