diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-01 18:37:59 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-01 18:37:59 +0000 |
commit | 0f7fdd21050e3795db896b99e542523c84e075d7 (patch) | |
tree | 41f84bf58b2a185aa47a43d23844f338cba13c9a /gmid.h | |
parent | a6f2cfe7927f8385938f220016280629d3e8a6d9 (diff) |
parse (and log) the header from fastcgi
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |