Skip to content

Commit dcfdbaa

Browse files
committed
microlb: Remove reference to readq
1 parent 1f59bc0 commit dcfdbaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/microLB/micro_lb/balancer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace microLB
7474
try {
7575
// NOTE: explicitly want to copy buffers
7676
net::Stream_ptr rval =
77-
nodes.assign(std::move(client.conn), client.readq);
77+
nodes.assign(std::move(client.conn));
7878
if (rval == nullptr) {
7979
// done with this queue item
8080
queue.pop_front();

0 commit comments

Comments
 (0)