Commit 9d786919 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix copy-and-paste bug

parent 1508c50a
......@@ -159,7 +159,7 @@ void init_headers_class(mrb_state *mrb, RClass *module, const char *name,
MRB_ARGS_NONE());
mrb_define_method(mrb, headers_class, "get", get, MRB_ARGS_REQ(1));
mrb_define_method(mrb, headers_class, "set", set, MRB_ARGS_REQ(2));
mrb_define_method(mrb, headers_class, "add", set, MRB_ARGS_REQ(2));
mrb_define_method(mrb, headers_class, "add", add, MRB_ARGS_REQ(2));
}
} // namespace
......
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