From: Gustaf N. <ne...@wu...> - 2010-04-13 11:05:01
|
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 |