v0.6.0
tag5b26c4839fefeeaaed0e9ee32fa7f5afae97f1ba
object 32e0626e574d78fba9870da32e77c3618f24ffe4
authorEric Wong <e@80x24.org>
Sat, 5 Nov 2016 02:15:52 +0000 (5 02:15 +0000)
http_spew 0.6.0 - even less

Rack "to_path" support is dropped since few servers can
take advantage of this in a non-buggy way.

As a consolation, #each should be less GC-intensive by
with explicit calls to String#clear to reduce memory
pressure.

3 changes since 0.5.0

      pkg.mk: avoid network for "gem install"
      request: drop to_path support
      explicitly clear large buf when it is obviously safe