commit | 20814ff1fcb7067d0d434cdbf00a34daeb22e193 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 15 11:43:32 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 15 11:49:27 2017 +0200 |
tree | a4c00b7d4086ee3fd61c21332e2ec668ccb3e647 | |
parent | 04b928693322932339840bcd3c5772263488d5e5 [diff] |
MINOR: frontend: don't retrieve ALPN on the critical path It's pointless to read it on each and every accept(), as we only need it for reporting in debugging mode a few lines later. Let's move this part to the relevant block.