Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public void initRuntime(final Ruby runtime) {
runtime.evalScriptlet("JRuby::Rack::Response.dechunk = " + dechunkFlag);
}
else { // dechunk null (default) or not a true/false value ... we're patch :
runtime.evalScriptlet("JRuby::Rack::Booter.on_boot { require 'jruby/rack/chunked' }");
// runtime.evalScriptlet("JRuby::Rack::Booter.on_boot { require 'jruby/rack/chunked' }");
// `require 'jruby/rack/chunked'` that happens after Rack is loaded
}
String swallowAbort = rackContext.getConfig().getProperty("jruby.rack.response.swallow_client_abort");
Expand Down
Loading