about summary refs log tree commit homepage
tag namev0.6.0 (5b26c4839fefeeaaed0e9ee32fa7f5afae97f1ba)
tag date2016-11-05 02:15:52 +0000
tagged byEric Wong <e@80x24.org>
tagged objectcommit 32e0626e57...
downloadhttp_spew-0.6.0.tar.gz
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