Actions
Feature #5460
closedImprove "CONNECT" code in net/http. (patch inclulded)
Description
The net/http sends "CONNECT" request when communicate https server via proxy.
At this time, net/http calls "write" each request.
This is a fair but inefficient code because it increases the system call invocation and packet fragmentation potential.
It is better to send the requst in the bulk, likewise the other send request codes.
See also, the [ruby-list:48467] thread.
Regards,
Files
Updated by naruse (Yui NARUSE) over 12 years ago
- Status changed from Open to Closed
Committed in r34362.
Actions
Like0
Like0