diff options
author | Omar Polo <op@omarpolo.com> | 2024-07-08 20:06:02 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-07-08 20:06:02 +0000 |
commit | 3bb8dcd1a8126baf8b9c731485fb2d664df1dd15 (patch) | |
tree | 75f678bba7f00b5f171857f91e5c3ef6c7784c3a /gmid.h | |
parent | a0ec9cd6ce94b26faa1ab2f4407e6b0d0d43045d (diff) |
s/should_buffer/proxy_proto
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ struct buflayer { struct client { struct conf *conf; struct address *addr; - int should_buffer; + int proxy_proto; struct buflayer buf; uint32_t id; struct tls *ctx; |