From: Eric Wong Date: 2018-05-30T11:31:24+00:00 Subject: [ruby-core:87305] Re: [Ruby trunk Bug#14795] Should 'net/http' require 'net/http/status' ? shevegen@gmail.com wrote: > I think it would make sense, given how important http status codes > are in general (and people who use net/http may also usually deal > with http status codes). I disagree, nothing in net/http client code relies on status code messages. Loading status messages would needlessly increase the memory footprint of people who only want an HTTP client. Having a code number -> message mapping is useful to servers (but unfortunately having `require "net/http"` in net/http/status would needlessly bloat servers, too). Unsubscribe: