nghttpx: Enable stream-write-timeout by default

This commit is contained in:
Tatsuhiro Tsujikawa 2017-02-20 22:18:49 +09:00
parent 24fb640a55
commit e2b9590c0f
1 changed files with 2 additions and 0 deletions

View File

@ -1485,6 +1485,8 @@ void fill_default_config(Config *config) {
upstreamconf.alt_mode_option, upstreamconf.encoder_dynamic_table_size);
}
http2conf.timeout.stream_write = 1_min;
{
auto &downstreamconf = http2conf.downstream;