commit | 7480f323ff0827f57d53afe3dafd761d15cd482c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 06 19:41:22 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 07 16:13:45 2018 +0200 |
tree | 0d2d87d0c17fbded0eddc0c5b1d6423de6acd5b5 | |
parent | 5865a8fe699c91ad40139a1f1ed3abd561f48987 [diff] |
MINOR: snapshot: split the error snapshots into common and proto-specific parts The idea will be to make the error snapshot feature accessible to other protocols than just HTTP. This patch only introduces an "http_snapshot" structure and renames a few fields to make things more explicit. The HTTP part was installed inside a union so that we can easily add more protocols in the future.