This reverts commit
514a3110f0cb33a04fa5bd786927ad98aebfe72b.
This one was backported by mistake, it wasn't meant to. It should not
harm anyway but better not backport stuff that doesn't need to.
Signed-off-by: Willy Tarreau <w@1wt.eu>
s = appctx_strm(appctx);
s->scb->dst = addr;
- s->scb->flags |= (SC_FL_RCV_ONCE);
+ s->scb->flags |= (SC_FL_RCV_ONCE|SC_FL_NOLINGER);
s->target = &sft->srv->obj_type;
s->flags = SF_ASSIGNED;