Re: a few questions.. huge load testing job
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-01-05 09:02:54
|
Aaron, On Jan 5, 2008 1:16 AM, aaron smith <bei...@gm...> wrote: > > Basically what's happening is the content from the file is not being put > into the body. But It does grab the content-length correctly. It seems to me > everything is ok, except the binary data isn't being attached.. You are correct on your side. The problem seen in wireshark is that curl-loader was sending PUT and not POST. This is due to verification by libcurl, the HTTP stack library, that we are using. I am sorry to conclude, that it will require patching of libcurl and more time on our side to fix the issue. Y can try to use JMeter in meanwhile. Sincerely, Robert Iakobashvili "Light will come from Jerusalem" ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |