Commit 4e7271a8 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix regression which breaks WebSocket upgrade

parent 6d49110a
......@@ -967,6 +967,8 @@ int HttpDownstreamConnection::process_input(const uint8_t *data,
downstream_->pause_read(SHRPX_NO_BUFFER);
return 0;
}
return 0;
}
auto nproc =
......
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