commit | 01bf8675ed2d61f0106511424fc96734f2eb1b8e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 07 18:03:29 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 07 18:03:29 2008 +0100 |
tree | f0b0405279008e00e7f3b6f30bcae10eb7ef18da | |
parent | b5654f6ff425b5d2deadad84fe6f31fc10e9d5c6 [diff] |
[MEDIUM] reference the current hijack function in the buffer itself Instead of calling a hard-coded function to produce data, let's reference this function into the buffer and call it from there when BF_HIJACK is set. This goes in the direction of more generic session management code.