Commit 5e13274b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix typo

parent e0d7f7de
......@@ -2517,7 +2517,7 @@ int main(int argc, char **argv) {
shared_nva.emplace_back(":method", config.data_fd == -1 ? "GET" : "POST");
shared_nva.emplace_back("user-agent", user_agent);
// list overridalbe headers
// list header fields that can be overridden.
auto override_hdrs = make_array<std::string>(":authority", ":host", ":method",
":scheme", "user-agent");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment