taskMyServer - Tasks: task #9423, Avoid temporary buffer when...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #9423: Avoid temporary buffer when reading the HTTP payload

Submitter:  Giuseppe Scrivano <gscrivano>
Submitted:  Mon 25 May 2009 07:33:36 AM UTC
   
 
Should Start On:  Sun 24 May 2009 10:00:00 PM UTC Should be Finished on:  Fri 23 Oct 2009 10:00:00 PM UTC
Category:  wish Priority:  6
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  0%
Open/Closed:  Open Release: 
Effort:  0.00

Mon 25 May 2009 07:33:36 AM UTC, original submission:  

The current HTTP classes that handle the HTTP payload, HttpDataHandler and HttpDataRead, write the payload to a temporary buffer before send it to the socket stream.
There shouldn't be any intermediate step and the chunk must be send immediately.

Two additionals parameters can be added to the HttpDataRead::readChunkedPostData method: a pointer of offsets, that will keep the start of every read chunk and an array for the relative size.

Giuseppe Scrivano <gscrivano>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gscrivano (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code