Commit b27996c6 authored by Dominik Charousset's avatar Dominik Charousset

Fix truncation on WebSocket inputs

parent 255c1c7c
......@@ -2066,7 +2066,7 @@ private:
}
};
decorator dst{&demand_, dst_.ptr()};
if (!buf_->pull(async::prioritize_errors, demand_, dst).first) {
if (!buf_->pull(async::delay_errors, demand_, dst).first) {
buf_ = nullptr;
dst_ = nullptr;
}
......
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