pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2018-10-04
2018-10-04 16:53:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
588a3da185d9d209f2f262e8bad5aa3c7937b944 (
28
lines) (+
28
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Added notes about recent changes.
93:
usually fully written, but the connection neither was properly closed nor re-used.
+
o Protocols.WebSocket
+
+
- Added low_connect() and low_websocket_accept().
+
+
These make it easier to test the error handling in
+
the module, and to replace the HTTP-layer.
+
+
- Improved compliance with RFC 6455 section 4.1.
+
+
o The nonce is now actually random.
+
+
o The http version, method and headers are validated.
+
+
o Header case-sensitivity issues have been fixed.
+
+
- The module now has a testsuite.
+
+
- Improved HTTP-header camel-case consistency.
+
o Sass - Errors thrown by handle_sass_import() can now be caught and
116:
Eliminate race condition in read_cstring().
+
o Stdio.UDP
+
+
Fixed wait() failing with ENOTSOCK on NT.
+
o Thread.Farm - Fixed lost error in provide_error() exception handling.
143:
Support Postgresql 10 and later.
+
o Sass
-
+
Improved detection of C++ runtime library on MacOS X.
+
+
Changes since Pike 8.0.498 (release 11) ----------------------------------------------------------------------