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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|All                         |Windows Server 2012
            Version|2.4.23                      |2.4.25

--- Comment #2 from [email protected] ---
This test script will cause an error after 1000s of tries via abs.exe, but will
not cause the same error when attempted via ab.exe.

-----------------------
$wrappers = stream_get_wrappers();
print_r($wrappers);
$wrappers_re = '(' . join('|', $wrappers) . ')';
print($wrappers_re);
-----------------------

In other words, this appears to be an issue involving one of the extensions in
Apache that handles the https protocol.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to