about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-16 16:00:07 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-16 16:00:07 -0800
commit958c1f81a2c570f4027d8fe2dd4f5c40ac7ed430 (patch)
tree768feffdfe36a50aa945a5e0658e937e8b49bace /GIT-VERSION-GEN
parent431de671a29b312bd19e615bd4bd99228b0c8b13 (diff)
downloadunicorn-958c1f81a2c570f4027d8fe2dd4f5c40ac7ed430.tar.gz
Rewindable "rack.input" may be disabled via the
"rewindable_input false" directive in the configuration file.
This will violate Rack::Lint for Rack 1.x applications, but
can reduce I/O for applications that do not need it.

There are also internal cleanups and enhancements for future
versions of Rainbows!

Eric Wong (11):
      t0012: fix race condition in reload
      enable HTTP keepalive support for all methods
      http_parser: add HttpParser#next? method
      tee_input: switch to simpler API for parsing trailers
      switch versions to 3.0.0pre
      add stream_input class and build tee_input on it
      configurator: enable "rewindable_input" directive
      http_parser: ensure keepalive is disabled when reset
      *_input: make life easier for subclasses/modules
      tee_input: restore read position after #size
      preread_input: no-op for non-rewindable "rack.input"
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 3b85f11..b4784c4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.0.0pre.GIT
+DEF_VER=v3.0.0pre1.GIT
 
 LF='
 '