Skip to content

Commit

Permalink
release v0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Aug 2, 2010
1 parent c8547b8 commit 7c1f06f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
22 changes: 17 additions & 5 deletions README
Expand Up @@ -5,13 +5,13 @@ Name
*This module is not distributed with the Nginx source.* See the
installation instructions.

WARNING This module is considered highly experimental and broken in
various ways. Use it at your own risk.
WARNING This module is considered highly experimental. Use it at your
own risk. You're been warned.

Version
This document describes chunkin-nginx-module v0.19
(<http://github.com/agentzh/chunkin-nginx-module/downloads>) released on
Dec 21, 2009.
This document describes chunkin-nginx-module v0.20
(<http://github.com/agentzh/chunkin-nginx-module/tarball/v0.20>)
released on August 2, 2010.

Synopsis
chunkin on;
Expand Down Expand Up @@ -260,6 +260,18 @@ Source Repository
(<http://github.com/agentzh/chunkin-nginx-module>).

ChangeLog
v0.20
* fixed a bug that may read incomplete chunked body. thanks Gong
Kaihui (龚开晖).

* fixed various memory issues in the implementation which may cause
nginx processes to crash.

* added support for chunked POST requests.

* now we always require "error_page 411 @resume" and no default
(buggy) magic any more. thanks Gong Kaihui (龚开晖).

v0.19
* we now use ragel -G2 to generate the chunked parser and we're 36%
faster.
Expand Down
10 changes: 8 additions & 2 deletions doc/readme.wiki
Expand Up @@ -4,11 +4,11 @@

''This module is not distributed with the Nginx source.'' See [[#Installation|the installation instructions]].

'''WARNING''' This module is considered highly experimental and broken in various ways. Use it at your own risk.
'''WARNING''' This module is considered highly experimental. Use it at your own risk. You're been warned.

= Version =

This document describes chunkin-nginx-module [http://github.com/agentzh/chunkin-nginx-module/downloads v0.19] released on Dec 21, 2009.
This document describes chunkin-nginx-module [http://github.com/agentzh/chunkin-nginx-module/tarball/v0.20 v0.20] released on August 2, 2010.

= Synopsis =

Expand Down Expand Up @@ -225,6 +225,12 @@ Available on github at [http://github.com/agentzh/chunkin-nginx-module agentzh/c

= ChangeLog =

== v0.20 ==
* fixed a bug that may read incomplete chunked body. thanks Gong Kaihui (龚开晖).
* fixed various memory issues in the implementation which may cause nginx processes to crash.
* added support for chunked POST requests.
* now we always require "error_page 411 @resume" and no default (buggy) magic any more. thanks Gong Kaihui (龚开晖).
== v0.19 ==
* we now use ragel -G2 to generate the chunked parser and we're 36% faster.
* we now eagerly read the data octets in the chunked parser and we're 43% faster.
Expand Down

0 comments on commit 7c1f06f

Please sign in to comment.