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

--- Comment #10 from Konstantin J. Chernov <k.j.cher...@gmail.com> ---
Thanks, I'll try to recompile/install on test env tomorrow (and hopefully get
it into prod a week later) to see if anything changes.

I'll also try to reproduce this issue several times during the day on both
patched and unpatched versions, hopefully I'll catch it.

But there's one thing I didn't get...
If there's no spoll on the first request, then the case I observed (it was
copied from the console) couldn't happen at all.
However, I got following output:
{code}
openssl s_client -connect host:port -cert prv_key.pem -key prv_key.key
POST /service HTTP/1.1
Host: host:port
Content-Type: text/plain
Content-Length: 1
Expect: 100-Continue

<nothing_happens_until_body_entered>1
HTTP/1.1 100 Continue

HTTP/1.1 415 Unsupported Media Type
Date: Wed, 16 Oct 2019 01:27:37 GMT
Server: Apache-Coyote/1.1
Content-Length: 0
{code}

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