Hi,
In mail "Net::HTTP optimisation (was: Suggestion for setsockopt)"
Brian Candler <B.Candler / pobox.com> wrote:
> However it seems that the underlying problem is that the Net::HTTP library
> sends its request as multiple writes (one for the GET or POST line, one for
> each header line, one for the blank line, and one for any POST content if
> included)
>
> Coalescing these into a single write is straightforward, so I'd like to
> propose that at least GET requests be fixed as follows:
Agreed. I have commit your suggestion.
Thank you.
Regards,
Minero Aoki