This commit is contained in:
Omar Polo 2021-10-02 17:20:10 +00:00
parent f7ee799023
commit c016b65ca9
1 changed files with 1 additions and 1 deletions

2
fcgi.c
View File

@ -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