简体   繁体   English

JMeter可以支持发送HTTP1.1的管道请求吗?

[英]Can JMeter support to send HTTP1.1's pipeline requests?

I was using JMeter for several years. 我使用JMeter已经好几年了。 But recently I need to send HTTP1.1 request with pipelining from JMeter to my server. 但是最近我需要将带有管道的HTTP1.1请求从JMeter发送到我的服务器。 We know, pipeline feature allows client(or web browser) send more than one http requests(GET) in once sending. 我们知道,管道功能允许客户端(或Web浏览器)在一次发送中发送多个http请求(GET)。 I went through the help doc of JMeter and couldn't find any clue. 我浏览了JMeter的帮助文档,但找不到任何线索。 I know the business test instrument like Spirent has this kind of feature. 我知道像思博伦这样的业务测试工具具有这种功能。 But I have only JMeter. 但是我只有JMeter。 any idea? 任何想法? thanks. 谢谢。

No for HttpClient based implementations as they do not implement it: 对于基于HttpClient的实现,因为没有实现,所以没有:

No as per Java impl. 根据Java隐含的规定,没有。

You can open an enhacement request at Bugzilla 您可以在Bugzilla中打开增强请求

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM