commit | 51aecc76f8dea77a151982875322c0f606d4f856 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jul 12 09:47:04 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jul 12 09:47:04 2009 +0200 |
tree | be61c9549718e73d03093dac00b42d73d4f44caa | |
parent | a55b7dc52877ee81609db688f327e7e9586498f0 [diff] |
[MEDIUM] allow a TCP frontend to switch to an HTTP backend This patch allows a TCP frontend to switch to an HTTP backend. During the switch, missing structures are automatically allocated. The HTTP parser is enabled so that the backend first waits for a full HTTP request.