aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-07-08 20:06:02 +0000
committerOmar Polo <op@omarpolo.com>2024-07-08 20:06:02 +0000
commit3bb8dcd1a8126baf8b9c731485fb2d664df1dd15 (patch)
tree75f678bba7f00b5f171857f91e5c3ef6c7784c3a /gmid.h
parenta0ec9cd6ce94b26faa1ab2f4407e6b0d0d43045d (diff)
s/should_buffer/proxy_proto
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index c6cdf55..2dc1ba1 100644
--- a/gmid.h
+++ b/gmid.h
@@ -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;