server: ensure each connection sets up its own sk_out
authorJens Axboe <axboe@fb.com>
Mon, 14 Dec 2015 17:48:29 +0000 (10:48 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 14 Dec 2015 17:48:29 +0000 (10:48 -0700)
commitbce503fc263669609d07d8ec97b83b8d7d9c5ba0
tree94baa5faae6d97d81c261f17952d5d3640c8d5ec
parent4d27d42967a582183788580d03d8394e60379207
server: ensure each connection sets up its own sk_out

Otherwise multiple connections will screw each other up. This
makes multiple connections to a single backend work again.

Signed-off-by: Jens Axboe <axboe@fb.com>
server.c