diff options
-rw-r--r-- | lib/zero/response.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zero/response.rb b/lib/zero/response.rb index 7515cea..70b82cf 100644 --- a/lib/zero/response.rb +++ b/lib/zero/response.rb @@ -16,7 +16,7 @@ module Zero # builds the response for rack and checks for protocol errors # @return Array the rack response def response - [@code, @header, @body] + [@code, @header, [@body]] end end end |