mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
memcached: make sure datagrams are below the size limit
This commit is contained in:
@@ -1627,7 +1627,7 @@ private:
|
||||
: _src(src)
|
||||
, _request_id(request_id)
|
||||
, _in(std::move(in))
|
||||
, _out(output_stream<char>(data_sink(std::make_unique<vector_data_sink>(_out_bufs)), out_size))
|
||||
, _out(output_stream<char>(data_sink(std::make_unique<vector_data_sink>(_out_bufs)), out_size, true))
|
||||
, _proto(c, system_stats)
|
||||
{}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user