diff options
Diffstat (limited to 'transact.c')
-rw-r--r-- | transact.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,7 @@ int readheaders(int sock, */ if (!isspace(line[0]) && !strchr(line, ':')) { - headers_ok = TRUE; + headers_ok = FALSE; has_nuls = (linelen != strlen(line)); free(line); goto process_headers; |