Commit e2b9590c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Enable stream-write-timeout by default

parent 24fb640a
...@@ -1485,6 +1485,8 @@ void fill_default_config(Config *config) { ...@@ -1485,6 +1485,8 @@ void fill_default_config(Config *config) {
upstreamconf.alt_mode_option, upstreamconf.encoder_dynamic_table_size); upstreamconf.alt_mode_option, upstreamconf.encoder_dynamic_table_size);
} }
http2conf.timeout.stream_write = 1_min;
{ {
auto &downstreamconf = http2conf.downstream; auto &downstreamconf = http2conf.downstream;
......
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