Bug 55784 - Implement SPDY in Jmeter
Summary: Implement SPDY in Jmeter
Status: RESOLVED WONTFIX
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.10
Hardware: All All
: P2 enhancement with 3 votes (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL: http://en.wikipedia.org/wiki/SPDY
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 21:10 UTC by Subbu M
Modified: 2016-02-24 19:04 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Subbu M 2013-11-15 21:10:08 UTC
When will SPDY will be supported in Jmeter
http://en.wikipedia.org/wiki/SPDY
Comment 1 olivernz 2014-04-09 09:57:49 UTC
Bump?

This is quickly becoming an issue with all big browsers now supporting the protocol. Also ties in to the question when JMeter will support HTTP 2.0 or what the roadmap to that will look like.
Comment 2 Sebb 2014-04-09 10:52:12 UTC
JMeter does not aim to implement protocols, rather to implement the sampling framework needed to test protocols.

For example, the HTTP protocol implemented using libraries, as are EMAIL, JDBC and FTP.

I don't think it makes sense to spend any effort on implementing SPDY in JMeter.

If there is a library that implements SPDY and has a compatible license, then we could look at adding the necessary code to interface with it.
Comment 3 Rainer Jung 2014-04-10 20:39:18 UTC
Some possible libraries for SPDY clients:

https://github.com/jpinner/netty

https://github.com/square/okhttp

http://wiki.eclipse.org/Jetty/Feature/SPDY (also contains a client to allow proxying)

The first two are Apache Licensed, Jetty is dual licensed under the Apache License 2.0 and Eclipse Public License 1.0.

I can't recommend one, just did a quick search.

Rainer
Comment 4 benoit.wiart 2016-02-23 10:33:49 UTC
SPDY was supersed by HTTP2 and is being removed from browser
see https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_f24SluuXtc

this bug should be closed as wontfix
Comment 5 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3273