Project

General

Profile

Actions

Backport #1284

closed

Net::HTTP POST performance

Added by candlerb (Brian Candler) about 15 years ago. Updated almost 13 years ago.


Description

=begin
Net::HTTP uses a fixed block size of 1024 bytes when streaming or chunking POST bodies, which leads to very poor performance for large file uploads.

Issue affects both trunk and branches/ruby_1_8

The attached tiny patch changes this to a tunable constant (BUFSIZE) with a default of 16K.

Notes:

  • A similar change has already been made to net/protocol.rb in r12092
  • WEBrick httprequest and httpresponse already have a BUFSIZE constant
  • WEBrick was made even more tunable in r10167 (trunk only)
    =end

Files

net-http-bufsize.patch (722 Bytes) net-http-bufsize.patch candlerb (Brian Candler), 03/13/2009 05:23 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0