On Thu, Oct 15, 2015 at 2:11 PM, Lukas Tribus <[email protected]> wrote: > When specifically would you intervene? Could you elaborate what you > have in mind?
My goal is to shutdown a HAProxy daemon without interrupting any inflight requests or responses. > If the session is transferring HTTP body between client and backend server, we > can't insert HTTP headers either. If you are waiting for the next request > in that particular session, why wouldn't we just close it after the HTTP body > has been transfered? That would be fine, does that work at present, if the connection is persistent?

