feat: add bounded WebSocket server support - #7
Merged
Merged
Conversation
added 20 commits
August 22, 2026 00:14
…bsocket-server # Conflicts: # smallserver/app.py # smallserver/server.py # tests/test_server.py # tests/test_server_runtime.py
# Conflicts: # README.md # pyproject.toml # smallserver/__init__.py # smallserver/app.py # smallserver/server.py # tests/test_server.py
…socket-server # Conflicts: # pyproject.toml # smallserver/__init__.py # smallserver/app.py # smallserver/server.py # tests/test_server.py # tests/test_server_runtime.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Review remediation
Independent review found and closed:
KeyboardInterrupt/SystemExitFinal gates:
Validation
Against canonical SmallOS
b3b0e17fc518d80f08d9e9b440bfe929f69c6d0b, wsproto 1.2, and the optional regex extra:The local host is Python 3.9.6 while metadata requires Python 3.10+, so installed-wheel smoke used
--ignore-requires-pythononly for that local mismatch. Independent browser/CLI and Autobahn conformance remain release-hardening gates.Dependencies and deferred scope
This PR targets
developand logically depends on PRs #4–#6. Until those merge, GitHub's diff includes their shared routing, kernel-transport, and lifecycle foundations.TLS/WSS, compression, and RFC 8441 WebSockets over HTTP/2 remain explicitly deferred.