Issue with HTTP PUTing large files
Status: Alpha
Brought to you by:
coroberti
From: Bellorado, A. <abe...@ve...> - 2011-06-08 18:47:18
|
When attempting to upload a file via HTTP PUT that is several GB's in size (specifically 2839783616 bytes) as shown in the URL entry from the configuration file below, curl-loader generates its HTTP PUT message with a Content-Length header value of -1455183680. I assume this is an issue with size of the variable holding the file size. I also tried including a "HEADER=" line in the config file to overwrite the 'Content-Length' header to the appropriate value, but curl-loader formats the HTTP PUT message with 2 Content-Length headers; one with the invalid value and one with the specified value. I am running curl-loader version .47. Any help would be appreciated. URL=http://10.1.111.173:8080/v1/AUTH_PUBLIC/bucket/file-101111173-movie1Video-PUT.1 URL_SHORT_NAME=file-101111173-movie1Video-PUT.1 REQUEST_TYPE=PUT UPLOAD_FILE=/tmp/mymovie.mpg TIMER_URL_COMPLETION=120000 TIMER_AFTER_URL_SLEEP=4000 Aron |