Commit 908aad0a authored by Shinya Maeda's avatar Shinya Maeda

Revert httpio fix

parent 8630249f
...@@ -161,7 +161,7 @@ module Gitlab ...@@ -161,7 +161,7 @@ module Gitlab
@chunk_range ||= (chunk_start...(chunk_start + @chunk.length)) @chunk_range ||= (chunk_start...(chunk_start + @chunk.length))
end end
@chunk.byteslice(chunk_offset, BUFFER_SIZE) @chunk[chunk_offset..BUFFER_SIZE]
end end
def request def request
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment