-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: TooTallNate/Java-WebSocket
base: v1.5.6
head repository: TooTallNate/Java-WebSocket
compare: v1.5.7
- 14 commits
- 11 files changed
- 5 contributors
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 765932a - Browse repository at this point
Copy the full SHA 765932aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6910229 - Browse repository at this point
Copy the full SHA 6910229View commit details
Commits on Feb 16, 2024
-
Explicitly close the socket when resetting the client if the connecti…
…on is not yet opened. This prevents the write thread from hanging while attempting to write to the output stream. Reset the connection if we fail to connect during connectBlocking.
Cameron Auser committedFeb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f7d51a8 - Browse repository at this point
Copy the full SHA f7d51a8View commit details
Commits on Feb 21, 2024
-
Ensure the socket is not null when attempting to close it.
Cameron Auser committedFeb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for d8eb0f8 - Browse repository at this point
Copy the full SHA d8eb0f8View commit details
Commits on Feb 24, 2024
-
Merge pull request #1399 from ysi-camerona/ISSUE-1397
Have connectBlocking clean up after a timeout
Configuration menu - View commit details
-
Copy full SHA for aa84b39 - Browse repository at this point
Copy the full SHA aa84b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd03d0 - Browse repository at this point
Copy the full SHA acd03d0View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f842a6 - Browse repository at this point
Copy the full SHA 1f842a6View commit details
Commits on Apr 25, 2024
-
Allow setting custom TCP receive buffer size
Also increase default to 64K for performance improvement.
Configuration menu - View commit details
-
Copy full SHA for f625a1a - Browse repository at this point
Copy the full SHA f625a1aView commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e47e4d - Browse repository at this point
Copy the full SHA 7e47e4dView commit details -
Merge pull request #1401 from TooTallNate/connect_blocking_cleanup_test
Add test for connectBlocking cleanup (#1399)
Configuration menu - View commit details
-
Copy full SHA for c793f34 - Browse repository at this point
Copy the full SHA c793f34View commit details
Commits on Jun 8, 2024
-
Fix WebSocketServer sometimes missing GET request
On Ubuntu 22.04 with Linux 6.5, it was observed that when the server gets the SSL records containing the client handshake finished message and the first HTTP GET request in ONE read operation, the latter SSL record is never processed. Commit 89eaf41 should have fixed this, but it turned out that when SSLSocketChannel2#processHandshake() is called from SSLSocketChannel2#write(), the second SSL record containing the HTTP GET request is stashed away, but never retrieved, since the calling code in WebSocketServer#doWrite() has no provisions for this, only WebSocketServer#doRead() does. Change SSLSocketChannel2#processHandshake() to only read from the socket when called from SSLSocketChannel#read(), to ensure that when two SSL records are read, the second one is processed as well. This fixes issue #1418.
Configuration menu - View commit details
-
Copy full SHA for ad3d043 - Browse repository at this point
Copy the full SHA ad3d043View commit details
Commits on Jun 10, 2024
-
Merge pull request #1419 from ubitricity/fix_issue_1418_websocketserv…
…er_misses_get Fix issue #1418: WebSocketServer sometimes misses GET request after SSL handshake
Configuration menu - View commit details
-
Copy full SHA for cd08f83 - Browse repository at this point
Copy the full SHA cd08f83View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd07648 - Browse repository at this point
Copy the full SHA dd07648View commit details -
Configuration menu - View commit details
-
Copy full SHA for d866754 - Browse repository at this point
Copy the full SHA d866754View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.6...v1.5.7