Max Leske

Results 92 issues of Max Leske

> So, I seem to have identified the problem. According to the RFC on Deflate (https://tools.ietf.org/html/rfc1951#page-5) the maximum number of non-compressible blocks is limited to (2^16) - 1: > >...

bug
crash

This PR adds request streaming with Zinc to Seaside. The use case for this are primarily `multipart/form-data` file uploads. Usually, a request is read into memory completely before being processed,...

enhancement
Encoding

This is a clone of #1159, which was opened against the now removed `develop` branch. See also the discussion in #1159.

WAComboResponse and WAStremedResponse write to a socket stream directly. ZdcSocketStream (Zinc) does not implement `#crlf` and `stream nextPut: Character space` fails because Characters can no longer be stored into a...

bug
CampSmalltalk 2019

After the removal of GRPackage WADevelopment only contains a couple of methods to set the author. This functionality should probably be moved to Grease, possible be removed entirely. See #1077

enhancement

See https://stackoverflow.com/questions/48127357/squeak-5-1-and-seaside-control-panel. Similar to issue #966 but specific to Squeak 5.1. Steps to reproduce: ```st Installer gemsource project: 'metacello'; addPackage: 'ConfigurationOfMetacello'; install. "Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic...

bug
Platform-Squeak

This PR cleans up data files and rules as necessary so that all rules are up to date. @lifeforms please look at 932150, 942290 specifically @fzipi please look at 932300...

In one of the files I had forgotten to replace the magic prefix with the generated version. In the other file I accidentally had pasted the Unix version of the...

bug