Skip to content

Commit

Permalink
History for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed May 7, 2013
1 parent 42dd76b commit 5641de2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions History.rdoc
@@ -1,4 +1,16 @@
=== 1.5.1 (TBD)
* Override Rack::Server to disable the default inclusion of
Rack::Chunked middleware with "development" or "deployment"
environments. Otherwise Jetty may treat the chunked transfer-encoded
body as literal. The Rack::Server is used for example, when started
via `fishwife` or `rackup`. Note: Sinatra 1.4.x now honors these
middleware, exposing this problem as fishwife #5.

Also note that Rack::ContentLength is included by default with these
same environments, but is not included in other environments or
startup paths. Sinatra ensures the Content-Length itself. If not
using Sinatra or comparable, including `use Rack::ContentLength` is
advisable.

=== 1.5.0 (2013-3-9)
* Upgrade to rack ~> 1.5.2
Expand Down

0 comments on commit 5641de2

Please sign in to comment.