spdycat: Add missing break after handling -H option
This commit is contained in:
parent
0409c76b45
commit
00172f827a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue