Author: pmouawad
Date: Sat Feb 4 14:37:45 2012
New Revision: 1240509
URL: http://svn.apache.org/viewvc?rev=1240509&view=rev
Log:
Bug 51737 - TCPSampler : Packet gets converted/corrupted
Modified:
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1240509&r1=1240508&r2=1240509&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Feb 4 14:37:45
2012
@@ -1186,6 +1186,7 @@ For details, see <complink name="BSF Sam
This implementation is fairly basic.
When reading the response, it reads until the end of line byte, if
this is defined
by setting the property <b>tcp.eolByte</b>, otherwise until the end of
the input stream.
+ You can control charset encoding by setting <b>tcp.charset</b>, which
will default to Platform default encoding.
</p>
<p><b>BinaryTCPClientImpl</b><br></br>
This implementation converts the GUI input, which must be a
hex-encoded string, into binary,