https://bz.apache.org/bugzilla/show_bug.cgi?id=60695

--- Comment #4 from Gunnar Lukas <gunnar.lu...@att.com> ---
Hi,

found out that commenting out the snipplet

    if (crlf && (last_char <= *s || last_char[-1] != APR_ASCII_CR)) {
        *last_char = '\0';
        bytes_handled = last_char - *s;
        *read = bytes_handled;
        return APR_EINVAL;
    }

which went into protocol.c with revision 1772678 does help to make it work for
me with ssl again. This turns the request to error code 400 while the request
is a valid one. Is it possible, that there is now a difference between using
"openssl s_client" and telnet while talking to apache?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to