Details
Description
The retryq handler manually modifies the pipeline netbuf to remove the original packet that is being retried. This causes an issue with completion IO as the retryq can remove packets which are currently in the process of being sent.
Build couchbase-server-7.1.0-1450 contains libcouchbase commit 0d07acb with commit message:
CCBC-1487: Fixed retryq erasing already sent packets.