https://issues.apache.org/bugzilla/show_bug.cgi?id=52072
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Sebb <[email protected]> 2011-10-25 18:28:47 UTC --- Fixed the incomplete read issue: URL: http://svn.apache.org/viewvc?rev=1188830&view=rev Log: Bug 52072 - LengthPrefixedBinaryTcpClientImpl may end a sample prematurely Modified: jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/LengthPrefixedBinaryTCPClientImpl.java jakarta/jmeter/trunk/xdocs/changes.xml However, this still leaves the issue of how to handle re-use connection. At present, this is quite tricky, as the API does not allow for returning a status to the controlling sampler. See Bug 52087 which has been raised to cover this aspect. -- 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]
