Initialize @_etag.

This commit is contained in:
Emilio Tagua
2010-09-24 15:39:59 -03:00
parent bb2f53b409
commit b9fa46ca97

View File

@@ -43,6 +43,7 @@ module ActionDispatch # :nodoc:
@writer = lambda { |x| @body << x }
@block = nil
@length = 0
@_etag = nil
@status, @header = status, header
self.body = body