pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:65:
Pike.identify_cycle() or Pike.count_memory(). o Protocols.HTTP.Server Fix an issue with accounting of sent bytes that caused responses to requests over HTTPS to not finish on success, but instead the whole connection to time out. Data for the first request was usually fully written, but the connection neither was properly closed nor re-used.
+
o Sass
+
+
- Errors thrown by handle_sass_import() can now be caught and
+
handled by the caller of compile_file() and compile_string().
+
+
- Added the option "sass_syntax".
+
+
This option will parse the input as having indented Sass
+
syntax. This option only has effect in compile_string().
+
+
- Added method sass2scss() to convert Sass syntax to SCSS syntax.
+
o Sql.pgsql - Fix regression bug since rel 12 that hangs queries returning over 1024 records. - Fix all rare-deadlock-causes logged in the last two years. o Stdio.Buffer Eliminate race condition in read_cstring().