Hello world upload_module adds 2 sec delay to file uploads

jack nginx-forum at nginx.us
Tue Jun 23 01:13:21 MSD 2009


I was able to remove the two second delay by changing my curl command to the following:
curl -H 'Expect: 100-continue' -F 'file1=@/tmp/hworld' 'localhost:81/upload/this'


(For reference it was curl -F 'file1=@/tmp/hworld' 'localhost:81/upload/this')

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,3264,3268#msg-3268






More information about the nginx mailing list