I want to know when there will be stable 1.3 version of nginx.
Personally I interested in this feature:
*) Feature: support for chunked transfer encoding while reading client
request body.
I need to know should we implement this in our own module or we can
wait.
Posted at Nginx Forum:
Hello!
On Wed, Feb 13, 2013 at 02:56:27AM -0500, ConnorMcLaud wrote:
I want to know when there will be stable 1.3 version of nginx.
Personally I interested in this feature:
*) Feature: support for chunked transfer encoding while reading client
request body.
I need to know should we implement this in our own module or we can wait.
There is no exact ETA, but likely 1.4.x stable branch will appear
sometime in Q2 2013.
On the other hand, 1.3.x is usable for production anyway (though
might break some 3rd party modules due to API changes introduced
from time to time), and you might want to just use 1.3.x if you
need chunked transfer encoding support.
–
Maxim D.