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 }}
fhessel
/
esp32_https_server
Public
Notifications
You must be signed in to change notification settings
Fork
155
Star
409
Code
Issues
78
Pull requests
16
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Handling of errors - like unstable network - coming via SSL
- #89
#89
Open
bligeti
wants to merge 25 commits into
fhessel:master
fhessel/esp32_https_server:master
from
bligeti:master
bligeti/esp32_https_server:master
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Handling of errors - like unstable network - coming via SSL
#89
bligeti
wants to merge 25 commits into
fhessel:master
fhessel/esp32_https_server:master
from
bligeti:master
bligeti/esp32_https_server:master
Copy head branch name to clipboard
Commits
Commits on May 12, 2020
Trigger wsHander onClose from closeConnection()
Show description for fea072d
bligeti
authored
fea072d
View commit details
Copy full SHA for fea072d
Browse repository at this point
Handle error triggered by closed sessions
Show description for 276ec45
bligeti
authored
276ec45
View commit details
Copy full SHA for 276ec45
Browse repository at this point
Get detailed SSL_read error
bligeti
authored
586cdec
View commit details
Copy full SHA for 586cdec
Browse repository at this point
Commits on Jun 21, 2020
Update src/HTTPSConnection.cpp
Show description for 34b3beb
bligeti
and
fhessel
authored
34b3beb
View commit details
Copy full SHA for 34b3beb
Browse repository at this point
Update src/HTTPConnection.cpp
Show description for 985b902
bligeti
and
fhessel
authored
985b902
View commit details
Copy full SHA for 985b902
Browse repository at this point
correct the copy-paste error
bligeti
authored
2bf7522
View commit details
Copy full SHA for 2bf7522
Browse repository at this point
Commits on Sep 29, 2024
github repo link update
Balnt Ligeti
committed
c70d6fd
View commit details
Copy full SHA for c70d6fd
Browse repository at this point
Merge branch 'master' of https://github.com/bligeti/esp32_https_server
Balnt Ligeti
committed
8ac673f
View commit details
Copy full SHA for 8ac673f
Browse repository at this point
Extend websockethandler with initialized check
Balnt Ligeti
committed
9990493
View commit details
Copy full SHA for 9990493
Browse repository at this point
Make sure wshandler isclosed if close was inistate from ssl
Balnt Ligeti
committed
ba452ec
View commit details
Copy full SHA for ba452ec
Browse repository at this point
Commits on Oct 2, 2024
Fix infinite loop when the buffer ends with \r and crash on WebSocket request to non-WebSocket node.
Balnt Ligeti
committed
25516f1
View commit details
Copy full SHA for 25516f1
Browse repository at this point
HTTPConnection header update
Balnt Ligeti
committed
168b13e
View commit details
Copy full SHA for 168b13e
Browse repository at this point
Make WebsocketHandler public
Balnt Ligeti
committed
b796eb3
View commit details
Copy full SHA for b796eb3
Browse repository at this point
Vulnerability!! WSHandler is created even at faile auth. Rogue clinets (like curl) who ignores http 401 will connect to websocket. This fix checks if the handshake was really done (HTTP 101 was rep…
Show description for c7e05bf
Balnt Ligeti
committed
c7e05bf
View commit details
Copy full SHA for c7e05bf
Browse repository at this point
Commits on Oct 6, 2024
Merge branch pr/bligeti/2 into 'master' - IDF 5 support
Balnt Ligeti
committed
1e518ac
View commit details
Copy full SHA for 1e518ac
Browse repository at this point
Commits on Oct 20, 2024
fix idf 5 compile error
Balnt Ligeti
committed
b4e9f30
View commit details
Copy full SHA for b4e9f30
Browse repository at this point
Commits on Oct 27, 2024
Fixes for ESPIDF5
Balnt Ligeti
committed
dc21271
View commit details
Copy full SHA for dc21271
Browse repository at this point
Commits on Apr 12, 2026
modifide logging to use a user defned stream
Balnt Ligeti
committed
18a6ec7
View commit details
Copy full SHA for 18a6ec7
Browse repository at this point
fix
Balnt Ligeti
committed
bf12acf
View commit details
Copy full SHA for bf12acf
Browse repository at this point
fix contd
Balnt Ligeti
committed
2b0f345
View commit details
Copy full SHA for 2b0f345
Browse repository at this point
rollback previous commit
Balnt Ligeti
committed
9518747
View commit details
Copy full SHA for 9518747
Browse repository at this point
Commits on Apr 13, 2026
another attempt
Balnt Ligeti
committed
4b418f5
View commit details
Copy full SHA for 4b418f5
Browse repository at this point
another attempt 2
Balnt Ligeti
committed
08c4b1e
View commit details
Copy full SHA for 08c4b1e
Browse repository at this point
final
Balnt Ligeti
committed
3739c47
View commit details
Copy full SHA for 3739c47
Browse repository at this point
another final
Balnt Ligeti
committed
f36630c
View commit details
Copy full SHA for f36630c
Browse repository at this point
You can’t perform that action at this time.