Am 12.04.10 15:18, schrieb Stephen Deasey:
> How about implementing chunked uploading?  It is a requirement of the
> HTTP 1.1 spec.
>    
i have implemented a version of this and committed and pushed it to the tip.

Provide Chunked Encoding support for incoming requests
   * Shortcomings:
      a) for chunked encodings, spooling to files is turned off (since 
decoding happens in memory)
      b) chunked encodings still require X-Expected-Entity-Length to 
terminate reliably

Checking for eof would be the best for (b).

-gustaf neumann

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to