Loading
posix: Fix the pendinging_recv flag setting.
The statement in line 1199 is may not be correct: Actually, it should be following two cases to pendinging_recv into false; 1 posck->recv_pipe == NULL 2 psock->recv_pipe != NULL & avalable_bytes == 0; So this patch can fix this issue. Signed-off-by:Ziye Yang <ziye.yang@intel.com> Change-Id: Ie612f781b0848e1f0ab1b48dc8c45e39862b772a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1446 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>