Explorar el Código

Stray line feed in fqdname causes --add-header and --add-header-file header records to be ignored by server.

ahc_fix_select^2
Stephen Jazdzewski hace 9 años
committed by Stephen Jazdzewski
padre
commit
feca4978ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/conn.c

+ 1
- 0
src/conn.c Ver fichero

@@ -112,6 +112,7 @@ conn_init(Conn *conn)
conn->sd = -1;
conn->myport = -1;
conn->line.iov_base = conn->line_buf;
conn->fqdname_len = strcspn(conn->fqdname,"\r\n"); // Chomp since used in Host header record

#ifdef HAVE_SSL
if (param.use_ssl) {


Cargando…
Cancelar
Guardar