Am 10. November 2016 22:39:18 MEZ, schrieb [email protected]: >Author: pmouawad >Date: Thu Nov 10 21:39:18 2016 >New Revision: 1769202 > >URL: http://svn.apache.org/viewvc?rev=1769202&view=rev >Log: >Bug 60360 - View Result Tree : Request Tab does not show body of a >DELETE request >Bugzilla Id: 60360 > >Modified: >jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java > jmeter/trunk/xdocs/changes.xml > >Modified: >jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java >URL: >http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java?rev=1769202&r1=1769201&r2=1769202&view=diff >============================================================================== >--- >jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java >(original) >+++ >jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java >Thu Nov 10 21:39:18 2016 >@@ -40,8 +40,10 @@ public class HTTPSampleResult extends Sa > > /** Set of all HTTP methods, that have no body */ > private static final Set<String> METHODS_WITHOUT_BODY = new HashSet<>( ... > >Modified: jmeter/trunk/xdocs/changes.xml >URL: >http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1769202&r1=1769201&r2=1769202&view=diff >============================================================================== >--- jmeter/trunk/xdocs/changes.xml [utf-8] (original) >+++ jmeter/trunk/xdocs/changes.xml ... >- <li><bug>60348</bug>Change chinese translation for <code>Save >as</code>. Contributed by XMeter (support at xmeter.net).</li>
Any reason to drop this part? Regards, Felix
