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

Issue #3106 - implement WebSocketConnection stats #3390

Conversation

lachlan-roberts
Copy link
Contributor

implement connection stats for websockets #3106

@lachlan-roberts lachlan-roberts force-pushed the jetty-10.0.x-3106-websocketConnectionStats branch from 2b4ff7f to 4f2b4b1 Compare February 27, 2019 04:41
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some quibbles but mostly LGTM.... although we probably will eventually need more stats.

@gregw
Copy link
Contributor

gregw commented Feb 28, 2019

@lachlan-roberts test is broken in CI?

@lachlan-roberts
Copy link
Contributor Author

@gregw yes the parser is auto fragmenting the messages so now that we are counting frames instead of fin bits, I need to set autoFragment to false in the parser so that we count the correct number of frames

i was having some trouble setting autofragment to false so I created another issue for that, see #3412

@lachlan-roberts lachlan-roberts force-pushed the jetty-10.0.x-3106-websocketConnectionStats branch from 2700096 to fd7da67 Compare March 1, 2019 04:53
@lachlan-roberts
Copy link
Contributor Author

waiting on the changes from #3413
then this should pass the tests

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts lachlan-roberts force-pushed the jetty-10.0.x-3106-websocketConnectionStats branch from fd7da67 to 1160a8d Compare March 5, 2019 23:28
@lachlan-roberts
Copy link
Contributor Author

@gregw tests are now passing as #3413 is merged

@gregw gregw merged commit c341928 into jetty:jetty-10.0.x Mar 6, 2019
@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-3106-websocketConnectionStats branch July 1, 2019 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants