On 21/10/05, Thomas Kessler <[EMAIL PROTECTED]> wrote: > Hi! > > > > socket connection for all HTTPSamplers in a thread > > > * Cookies were not delivered the correct way > > > What was the problem with the cookies? > > HTTPClient requires Cookies to be added to HTTPState. > > > > I've made a quick an dirty patch for that issues, please find attached > > > the modified class HTTPSampler2.java. > > > In future we'd prefer these as attachments to a Bugzilla issue please > > - makes it easier to keep track of them, and does not overload the > > mailing list. > > ok, I'll do so... >
Thanks again. I've added the code, and will be uploading it to SVN shortly. Not sure why you used addRequestHeader() for the following headers: "Connection" "Authorization" as there is surely only supposed to be at most one of each of these? I've replaced them with setRequestHeader(). I'll do another nightly build in due course. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
