about summary refs log tree commit homepage
path: root/lib/rainbows/rev/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev/client.rb')
-rw-r--r--lib/rainbows/rev/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/rev/client.rb b/lib/rainbows/rev/client.rb
index e2095bb..4d88b7b 100644
--- a/lib/rainbows/rev/client.rb
+++ b/lib/rainbows/rev/client.rb
@@ -85,7 +85,7 @@ module Rainbows
           if st.file?
             offset, count = 0, st.size
             if headers
-              if range = parse_range(@env, status, headers)
+              if range = make_range!(@env, status, headers)
                 status, offset, count = range
               end
               write(response_header(status, headers))