Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SPDY in Jmeter #3273

Closed
asfimport opened this issue Nov 15, 2013 · 4 comments
Closed

Implement SPDY in Jmeter #3273

asfimport opened this issue Nov 15, 2013 · 4 comments

Comments

@asfimport
Copy link
Collaborator

Subbu M (Bug 55784):
When will SPDY will be supported in Jmeter
http://en.wikipedia.org/wiki/SPDY

Votes in Bugzilla: 3
OS: All

@asfimport
Copy link
Collaborator Author

olivernz (migrated from Bugzilla):
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.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
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.

@asfimport
Copy link
Collaborator Author

Rainer Jung (migrated from Bugzilla):
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

@asfimport
Copy link
Collaborator Author

benoit.wiart (migrated from Bugzilla):
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant