diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-02 17:20:10 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-02 17:20:10 +0000 |
commit | c016b65ca9ca4e4f84f270feb76b1038cb13f358 (patch) | |
tree | 03971be853ab9ff45c6454d7f5966a1685248ae9 /fcgi.c | |
parent | f7ee799023657126a89134cd64ab6a7638b4d1bf (diff) |
typo
Diffstat (limited to 'fcgi.c')
-rw-r--r-- | fcgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ fcgi_read(struct bufferevent *bev, void *d) return; #if DEBUG_FCGI - write(debug_soocket, EVBUFFER_DATA(src), + write(debug_socket, EVBUFFER_DATA(src), sizeof(hdr) + len + hdr.padding); #endif |