Use http read total timeout by default (logging errors rather than raising)
Compare changes
Files
4- Andy Schoenen authored
When using a block with HTTParty, response#to_s returns Net::ReadAdapter instead of the body. Gitlab::HTTP by default always uses a block to make read total timeout work.