mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Initialize @_etag.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user