nghttpx: Fix regression which breaks WebSocket upgrade

This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-07 17:59:38 +09:00
parent 6d49110a33
commit 4e7271a88f
1 changed files with 2 additions and 0 deletions

View File

@ -967,6 +967,8 @@ int HttpDownstreamConnection::process_input(const uint8_t *data,
downstream_->pause_read(SHRPX_NO_BUFFER);
return 0;
}
return 0;
}
auto nproc =