Project

General

Profile

Actions

Bug #12055

closed

`NET::HTTPResponse` is not deflating responses with custom `Content-Range` header

Added by ggcampinho (Glauber Campinho) about 8 years ago. Updated almost 2 years ago.

Status:
Closed
Target version:
-
[ruby-core:73710]
Tags:

Description

The RFC 7233, section 4.2 describes the the possibility of using a custom Content-Range header and not only for bytes https://tools.ietf.org/html/rfc7233#section-4.2. Although, the NET::HTTPResponse considers that Content-Range present on the response during the inflating is in bytes unit.

This issue is caused by this line https://github.com/ruby/ruby/blob/trunk/lib/net/http/response.rb#L252. In the patch I changed it to check if the Content-Range unit is bytes and there is a test to reproduce the error.


Files

custom_content_range.patch (1.87 KB) custom_content_range.patch ggcampinho (Glauber Campinho), 02/05/2016 01:30 PM

Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Bug #11450: HTTPHeader.content_range throws error on non-byte unitsClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0