What's all this about? ``` if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */ ``` https://github.com/madler/zlib/blob/master/deflate.c#L276 Does this mean that 256-byte windows are broken?