Skip to content

Commit

Permalink
Merge pull request nghttp2#461 from ayanamist/ayanamist-patch-1
Browse files Browse the repository at this point in the history
header value should not be inp_strlower
  • Loading branch information
tatsuhiro-t committed Dec 25, 2015
2 parents 894c1bd + 5ec6066 commit e677e37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shrpx_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ std::pair<std::string, std::string> parse_header(const char *optarg) {
auto p = std::make_pair(std::string(optarg, colon),
std::string(value, strlen(value)));
util::inp_strlower(p.first);
util::inp_strlower(p.second);

return p;
}
Expand Down

0 comments on commit e677e37

Please sign in to comment.