Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
08/17/07 21:00:33 (4 years ago)
Author:
kris
Message:

increased the buffer size for HttpParams?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/net/http/HttpClient.d

    r2323 r2495  
    151151                headersIn    = new HttpHeadersView; 
    152152 
    153                 tmp          = new Buffer (1024 * 1); 
    154                 paramsOut    = new HttpParams  (new Buffer (1024 * 1)); 
     153                tmp          = new Buffer (1024 * 4); 
     154                paramsOut    = new HttpParams  (new Buffer (1024 * 4)); 
    155155                headersOut   = new HttpHeaders (new Buffer (1024 * 4)); 
    156156                cookiesOut   = new HttpCookies (headersOut);