# File lib/net/http.rb, line 1376
    def range_length
      r = content_range() or return nil
      r.end - r.begin
    end