MINOR: frontend: initialize HTTP layer after the debugging code
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Dec 2016 17:39:22 +0000 (18:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Jun 2017 12:38:02 +0000 (14:38 +0200)
commit0a6bed2394dabf7f05a7a2af2fc9b8ba936073be
treec867be9b074c204fd2fccfb1e0d54798cc773611
parent9b82d941c58183efe43a49da73927e537aacef90
MINOR: frontend: initialize HTTP layer after the debugging code

For HTTP/2 we'll have to choose the upper layer based on the
advertised protocol name here and we want to keep debugging,
so let's move debugging earlier.
src/frontend.c