aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-01 18:37:59 +0000
committerOmar Polo <op@omarpolo.com>2023-07-01 18:37:59 +0000
commit0f7fdd21050e3795db896b99e542523c84e075d7 (patch)
tree41f84bf58b2a185aa47a43d23844f338cba13c9a /gmid.h
parenta6f2cfe7927f8385938f220016280629d3e8a6d9 (diff)
parse (and log) the header from fastcgi
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 885a7a7..770deea 100644
--- a/gmid.h
+++ b/gmid.h
@@ -306,7 +306,7 @@ struct client {
/* big enough to store STATUS + SPACE + META + CRLF */
char sbuf[1029];
- ssize_t len, off;
+ size_t soff;
struct sockaddr_storage raddr;
socklen_t raddrlen;