diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-04 04:03:12 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-04 04:03:12 +0000 |
| commit | 24daa5813f277023f7b8453338870369bf00a3ca (patch) | |
| tree | fc19981595bd9be15daef821c0b5259c4f4907cb /src/libtipidee/tipidee_fcgi_endrequest_body_unpack.c | |
| parent | 45808dbc6dc1b90fa512add692252bc15760a214 (diff) | |
| download | tipidee-24daa5813f277023f7b8453338870369bf00a3ca.tar.gz | |
Implement FastCGI, initial version
Diffstat (limited to 'src/libtipidee/tipidee_fcgi_endrequest_body_unpack.c')
| -rw-r--r-- | src/libtipidee/tipidee_fcgi_endrequest_body_unpack.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libtipidee/tipidee_fcgi_endrequest_body_unpack.c b/src/libtipidee/tipidee_fcgi_endrequest_body_unpack.c deleted file mode 100644 index 9f52f18..0000000 --- a/src/libtipidee/tipidee_fcgi_endrequest_body_unpack.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ISC license. */ - -#include <string.h> - -#include <skalibs/uint32.h> - -#include <tipidee/fcgi.h> - -void tipidee_fcgi_endrequest_body_unpack (char const *s, fcgi_endrequest_body *bd) -{ - uint32_unpack_big(s, &bd->appstatus) ; s += 4 ; - bd->protostatus = *s++ ; - memcpy((char *)bd->reserved, s, 3) ; s += 3 ; -} |
