简体   繁体   中英

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

I was using JMeter for several years. But recently I need to send HTTP1.1 request with pipelining from JMeter to my server. We know, pipeline feature allows client(or web browser) send more than one http requests(GET) in once sending. I went through the help doc of JMeter and couldn't find any clue. I know the business test instrument like Spirent has this kind of feature. But I have only JMeter. any idea? thanks.

No for HttpClient based implementations as they do not implement it:

No as per Java impl.

You can open an enhacement request at Bugzilla

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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