0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

ircd:Ⓜ️:keys: Use single supplied buffer for request.

This commit is contained in:
Jason Volk 2020-01-11 21:20:20 -08:00
parent b0a773c922
commit da81130db9

View file

@ -216,7 +216,7 @@ try
m::v1::key::opts opts;
opts.remote = net::hostport{query_server};
opts.dynamic = true;
opts.dynamic = false;
const unique_buffer<mutable_buffer> buf
{
16_KiB
@ -325,6 +325,7 @@ try
};
m::v1::key::opts opts;
opts.dynamic = false;
const unique_buffer<mutable_buffer> buf
{
16_KiB