https://issues.apache.org/bugzilla/show_bug.cgi?id=49560
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Sebb <[email protected]> 2010-07-07 11:11:52 EDT --- There are two different usages for the constructor SampleResult(SampleResult res) - following redirects - downloading page resources I agree it seems wrong the way the sub-results are added currently, but I'm not yet sure of the best solution. Possibly the constructor should only create a clone of itself, and not add itself as a sub-result. The calling code would need to be changed accordingly, but would be easier to understand. Other samplers that call addSubResult() do so directly; it only seems to be the HTTP samplers that use the copy constructor. Is there a public URL that could be used to test against? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
