Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ESP32Async
/
ESPAsyncWebServer
Public
forked from
me-no-dev/ESPAsyncWebServer
Notifications
You must be signed in to change notification settings
Fork
109
Star
648
Code
Issues
0
Pull requests
2
Discussions
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix(ws): Fully handle websocket frame tearing (closes #453)
- #462
#462
Merged
willmmiles
merged 12 commits into
ESP32Async:main
ESP32Async/ESPAsyncWebServer:main
from
willmmiles:websockets-update
willmmiles/ESPAsyncWebServer:websockets-update
Copy head branch name to clipboard
Jul 25, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
fix(ws): Fully handle websocket frame tearing (closes #453)
#462
willmmiles
merged 12 commits into
ESP32Async:main
ESP32Async/ESPAsyncWebServer:main
from
willmmiles:websockets-update
willmmiles/ESPAsyncWebServer:websockets-update
Copy head branch name to clipboard
Commits
Commits on Jul 25, 2026
Unify AsyncWebSocketControl into AsyncWebSocketMessage
Show description for f416d76
willmmiles
committed
f416d76
View commit details
Copy full SHA for f416d76
Browse repository at this point
Make WS frame sends resumable and track actual bytes committed
Show description for 09e9bcf
willmmiles
committed
09e9bcf
View commit details
Copy full SHA for 09e9bcf
Browse repository at this point
Lift WS send state onto AsyncWebSocketClient; enforce one outstanding frame
Show description for dac0a61
willmmiles
committed
dac0a61
View commit details
Copy full SHA for dac0a61
Browse repository at this point
Dequeue WS messages on add() completion instead of waiting for ack
Show description for ef8fa6e
willmmiles
committed
ef8fa6e
View commit details
Copy full SHA for ef8fa6e
Browse repository at this point
feat(ws): Pass pong data to callback
willmmiles
committed
c5dd1e5
View commit details
Copy full SHA for c5dd1e5
Browse repository at this point
feat(example/WebSocket) Measure ping RTT
willmmiles
committed
fc5296d
View commit details
Copy full SHA for fc5296d
Browse repository at this point
fix(ws): Add mask for 0-length frames
Show description for 66745b7
willmmiles
committed
66745b7
View commit details
Copy full SHA for 66745b7
Browse repository at this point
fix(ws): Fix possible UB with empty message
willmmiles
committed
61a22ec
View commit details
Copy full SHA for 61a22ec
Browse repository at this point
fix(ws): Window exhaustion
willmmiles
committed
c39bec7
View commit details
Copy full SHA for c39bec7
Browse repository at this point
fix(ws): Ensure non-mutation of shared data buffers
willmmiles
committed
30cd53b
View commit details
Copy full SHA for 30cd53b
Browse repository at this point
refactor(ws): static vs anonymous namespace
willmmiles
committed
04de99b
View commit details
Copy full SHA for 04de99b
Browse repository at this point
feat(ws): Add masked data broadcast test
willmmiles
committed
a3b0e4c
View commit details
Copy full SHA for a3b0e4c
Browse repository at this point
You can’t perform that action at this time.