pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:122:
Non-integer array values lead to use of uninitialized curve values. o Image.PVR Fixed size check for twiddled images. o MIME Support trailing newline in MIME part epilogues.
-
o Protocols.HTTP
+
o Protocols.HTTP
.Query
-
Fixed incoming chunked transfers (timed async works now, chunk
+
-
Fixed incoming chunked transfers (timed async works now, chunk
options are properly 'parsed'). Trailer headers are now correctly parsed.
-
+
- Fixed a bug where base64 encoded HTTP basic auth tokens were encoded in a
+
pretty-printed format including line breaks, which lead to malformed HTTP
+
requests on long username and password combinations.
+
o Protocols.HTTP.Server.HeaderParser The header parser exception mode now doesn't immediately throw an exception. o Protocols.LDAP Fixed race condition on initializing LDAPS. o Search.Database.MySQL
pike.git/CHANGES:280:
o Protocols.DNS Added hooks for controlling error handling in Protocols.DNS.server. o Protocols.HTTP Fixed a memory leak in the HTTP header parser upon receiving malformed HTTP headers.
-
Fixed a bug where base64 encoded HTTP basic auth tokens were encoded in a
-
pretty-printed format including line breaks, which lead to malformed HTTP
-
requests on long username and password combinations.
-
+
o Protocols.WebSocket Fixed a case where the onopen callback would get the wrong argument. o Search Fixes some broken SQL queries causing data corruption. o Sql.sqlite