pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:77:
o Protocols.HTTP Fixed incoming chunked transfers (timed async works now, chunk options are properly 'parsed'). Trailer headers are now correctly parsed. o Protocols.LDAP Fixed race condition on initializing LDAPS.
+
o Search.Database.MySQL
+
+
Fixed issue where blobs didn't get updated after the initial blobs
+
got full.
+
o Search.Utils Updated debug string format. o Sql.pgsql - Suppress spurious 'File not open' blurts on stderr when the connection is still pending and we inspect the connection object. - Signal EOF early before closing the SQL result portal and thoroughly