Commit 6cad1b24 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Write mruby send_info early

parent 3c393dca
...@@ -357,6 +357,10 @@ mrb_value response_send_info(mrb_state *mrb, mrb_value self) { ...@@ -357,6 +357,10 @@ mrb_value response_send_info(mrb_state *mrb, mrb_value self) {
mrb_raise(mrb, E_RUNTIME_ERROR, "could not send non-final response"); mrb_raise(mrb, E_RUNTIME_ERROR, "could not send non-final response");
} }
auto handler = upstream->get_client_handler();
handler->signal_write();
return self; return self;
} }
} // namespace } // 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