summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/zero/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zero/response.rb b/lib/zero/response.rb
index 85e7469..cfd1148 100644
--- a/lib/zero/response.rb
+++ b/lib/zero/response.rb
@@ -35,7 +35,7 @@ module Zero
# TODO Set content length, if not already set
# TODO Set content type, if not already set
- [@status, @header, @body]
+ [status, header, body]
end
# Sets the content length header to the current length of the body