-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Run websocket autobahn tests with jetty and javax apis instead of just with core. #4124
Comments
lachlan-roberts
added a commit
that referenced
this issue
Oct 2, 2019
- correctly copy payload for ping frames in jetty & javax frame handlers - add ByteBuffer to javadoc for onMessage in jetty api - cleaned up some test logging for EventSocket - add autoFragment and maxFrameSize settings to WebSocketPolicy - fix early validation for multiple extensions in setExtensions Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Oct 2, 2019
- do not select duplicate extensions in javax default Configurator - correctly copy payload for ping frames in jetty & javax frame handlers - add ByteBuffer to javadoc for onMessage in jetty api - cleaned up some test logging for EventSocket - add autoFragment and maxFrameSize settings to WebSocketPolicy - fix early validation for multiple extensions in setExtensions Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Oct 2, 2019
- do not select duplicate extensions in javax default Configurator - correctly copy payload for ping frames in jetty & javax frame handlers - add ByteBuffer to javadoc for onMessage in jetty api - cleaned up some test logging for EventSocket - add autoFragment and maxFrameSize settings to WebSocketPolicy - fix early validation for multiple extensions in setExtensions Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Oct 2, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Oct 10, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 7, 2019
- do not select duplicate extensions in javax default Configurator - correctly copy payload for ping frames in jetty & javax frame handlers - add ByteBuffer to javadoc for onMessage in jetty api - cleaned up some test logging for EventSocket - add autoFragment and maxFrameSize settings to WebSocketPolicy - fix early validation for multiple extensions in setExtensions Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Merged PR #4147 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: