We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae7ce0 commit 77a271cCopy full SHA for 77a271c
1 file changed
src/main/java/org/jruby/rack/DefaultRackApplicationFactory.java
@@ -354,7 +354,7 @@ public void initRuntime(final Ruby runtime) {
354
runtime.evalScriptlet("JRuby::Rack::Response.dechunk = " + dechunkFlag);
355
}
356
else { // dechunk null (default) or not a true/false value ... we're patch :
357
- runtime.evalScriptlet("JRuby::Rack::Booter.on_boot { require 'jruby/rack/chunked' }");
+ // runtime.evalScriptlet("JRuby::Rack::Booter.on_boot { require 'jruby/rack/chunked' }");
358
// `require 'jruby/rack/chunked'` that happens after Rack is loaded
359
360
String swallowAbort = rackContext.getConfig().getProperty("jruby.rack.response.swallow_client_abort");
0 commit comments