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 }}
html2rss
/
html2rss-web
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16
Star
190
Code
Issues
6
Pull requests
4
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
feat(server): migrate to Falcon fiber stack with non-blocking caching and TLS hardening
- #1139
#1139
Merged
gildesmarais
merged 15 commits into
main
html2rss/html2rss-web:main
from
feat/falcon-stack
html2rss/html2rss-web:feat/falcon-stack
Copy head branch name to clipboard
Sep 6, 2026
Conversation
Commits
15
聽(15)
Checks
Files changed
Merged
feat(server): migrate to Falcon fiber stack with non-blocking caching and TLS hardening
#1139
gildesmarais
merged 15 commits into
main
html2rss/html2rss-web:main
from
feat/falcon-stack
html2rss/html2rss-web:feat/falcon-stack
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2026
build(deps): replace puma and rack-timeout with falcon and point html2rss to master
Show description for e74cced
gildesmarais
committed
e74cced
View commit details
Copy full SHA for e74cced
Browse repository at this point
refactor(boot): remove Rack::Timeout hooks and update specs
Show description for 98b08fb
gildesmarais
committed
98b08fb
View commit details
Copy full SHA for 98b08fb
Browse repository at this point
feat(server): add config/falcon.rb, remove Rack::Timeout from config.ru, delete config/puma.rb
Show description for 1a28267
gildesmarais
committed
1a28267
View commit details
Copy full SHA for 1a28267
Browse repository at this point
build(docker): migrate server boot to falcon and make healthcheck TLS-aware
Show description for c549414
gildesmarais
committed
c549414
View commit details
Copy full SHA for c549414
Browse repository at this point
docs: document Falcon server architecture, request timeouts, and TLS options
Show description for 46feec5
gildesmarais
committed
46feec5
View commit details
Copy full SHA for 46feec5
Browse repository at this point
refactor(scripts): migrate bin/dev-with-frontend to falcon and remove dead PUMA_LOG_CONFIG
gildesmarais
committed
8218039
View commit details
Copy full SHA for 8218039
Browse repository at this point
build(docker): add openssl-dev to builder stage for native extension compilation
gildesmarais
committed
a8ee365
View commit details
Copy full SHA for a8ee365
Browse repository at this point
perf(telemetry): hoist AppLogger to process singleton to eliminate per-request fiber allocations
Show description for ae6f2e9
gildesmarais
committed
ae6f2e9
View commit details
Copy full SHA for ae6f2e9
Browse repository at this point
refactor(cache): remove Rack::Cache to eliminate blocking disk I/O in async fiber reactor
Show description for 4ad9ed6
gildesmarais
committed
4ad9ed6
View commit details
Copy full SHA for 4ad9ed6
Browse repository at this point
Commits on Sep 6, 2026
feat(feeds): add request body limits on creation and single-flight coalescing in cache
Show description for f61adb6
gildesmarais
committed
f61adb6
View commit details
Copy full SHA for f61adb6
Browse repository at this point
feat(server): harden Falcon TLS ciphers, align timeout to 55s, and preload app
gildesmarais
committed
653acbb
View commit details
Copy full SHA for 653acbb
Browse repository at this point
chore(api): regenerate OpenAPI schema and frontend types for 400 Bad Request
gildesmarais
committed
b5359f7
View commit details
Copy full SHA for b5359f7
Browse repository at this point
fix(server): require app.rb in Falcon preload and enforce body cap across all content types
gildesmarais
committed
4517365
View commit details
Copy full SHA for 4517365
Browse repository at this point
test(api): mark redundant 400 spec as openapi: false to prevent schema description churn
gildesmarais
committed
baeed52
View commit details
Copy full SHA for baeed52
Browse repository at this point
fix(boot): unlock request concurrency in development reloader
Show description for 8c739a0
gildesmarais
committed
8c739a0
View commit details
Copy full SHA for 8c739a0
Browse repository at this point
You can鈥檛 perform that action at this time.