We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f59bc0 commit dcfdbaaCopy full SHA for dcfdbaa
1 file changed
lib/microLB/micro_lb/balancer.cpp
@@ -74,7 +74,7 @@ namespace microLB
74
try {
75
// NOTE: explicitly want to copy buffers
76
net::Stream_ptr rval =
77
- nodes.assign(std::move(client.conn), client.readq);
+ nodes.assign(std::move(client.conn));
78
if (rval == nullptr) {
79
// done with this queue item
80
queue.pop_front();
0 commit comments