pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:96:
- Rip out fundamentally flawed reconnect logic, made failures consistent. - Repair SSL connect logic. - Update documentation. - Repair fetch_row_array(). o mktime/System.TM
-
Make timezone management consistent (especially UTC handling).
+
-
Make timezone management consistent (especially UTC handling).
-
+
- Fix memory leak in strftime().
+
o Standards.IIM Disabled debug output for unknown segment markers. o Stdio.send_file Improved support for TLS/SSL; wait for TLS handshake to complete before calling the sendfile done callback when sending an empty string. This fixes the issue where the connection got closed before TLS handshaking was completed, confusing the other side.