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