pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:165:
o Protocols.Websocket Tentative fix for error 'indexing the NULL value with "set_nonblocking'. o Sql.pgsql - Ensure that the db connection is closed when the portal is closed. - Small speed boost.
-
- Fix the only known deadlock-cause logged in the last year;
only
happened
+
- Fix the only known deadlock-cause logged in the last year; happened
(rarely) on multiple parallel queries on a single connection.
-
+
- Fix the only known race condition logged in the last year; happened
+
on some queries that store >32KB data per query.
+
+
- Cast integers to floats, when floats are desired.
+
o SSL When verifying the hostname against the certificate, only accept * (wildcard) for one level, i.e. *.example.com matches foo.example.com, but not www.foo.example.com. Previously, all levels were matched. o SSL.File Do not close automatically on write error.