You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2010/07/07 17:11:56 UTC

DO NOT REPLY [Bug 49560] wrong "size in bytes" when following redirections

https://issues.apache.org/bugzilla/show_bug.cgi?id=49560

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Sebb <se...@apache.org> 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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org