commit | 678be62981a59641025608291760232f821b38a9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 08 18:18:15 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 08 18:18:15 2015 +0200 |
tree | 157b928456a8f0a9ee9263649092590f5aec58b1 | |
parent | 042cd75bc2455acf472a69ccea3603ed45a5e61a [diff] |
MEDIUM: session: adjust the connection flags before stream_new() It's not the stream's job to manipulate the connection's flags, it's more related to the session that accepted the new connection. And the only case where we have to do it conditionally is based on the frontend which is known from the session, thus it makes sense to do it there.