lib/thin/stats.rb in thin-0.8.2 vs lib/thin/stats.rb in thin-1.0.0

- old
+ new

@@ -41,13 +41,10 @@ def serve(env) body = @template.result(binding) [ 200, - { - 'Content-Type' => 'text/html', - 'Content-Length' => body.size.to_s - }, + { 'Content-Type' => 'text/html' }, [body] ] end end end \ No newline at end of file