# File lib/httpclient/http.rb, line 623 def new_connect_request(uri) m = new m.header.init_connect_request(uri) m.header.body_size = nil m end