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 }}
xp-framework
/
http
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
4
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Connection: keep-alive
- #22
#22
Open
thekid
wants to merge 14 commits into
master
xp-framework/http:master
from
feature/keep-alive
xp-framework/http:feature/keep-alive
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Connection: keep-alive
#22
thekid
wants to merge 14 commits into
master
xp-framework/http:master
from
feature/keep-alive
xp-framework/http:feature/keep-alive
Copy head branch name to clipboard
Commits
Commits on Oct 3, 2017
Abstract I/O functionality to Channel class
thekid
committed
39b4978
View commit details
Copy full SHA for 39b4978
Browse repository at this point
Refactor reading HTTP body to separate classes:
Show description for f8d1073
thekid
committed
f8d1073
View commit details
Copy full SHA for f8d1073
Browse repository at this point
Extract HTTP body reading
thekid
committed
96bd585
View commit details
Copy full SHA for 96bd585
Browse repository at this point
Remove hardcoded "Connection: keep-alive"
Show description for c1df9a3
thekid
committed
c1df9a3
View commit details
Copy full SHA for c1df9a3
Browse repository at this point
Close existing socket when bind() is called
thekid
committed
3d72b56
View commit details
Copy full SHA for 3d72b56
Browse repository at this point
Remove `use lang\Object` (PHP 7.2 compat)
thekid
committed
a0e907d
View commit details
Copy full SHA for a0e907d
Browse repository at this point
Do not reuse connections if server responds with "Connection: close"
thekid
committed
c3ae515
View commit details
Copy full SHA for c3ae515
Browse repository at this point
Add close operation to explicitely disconnect
thekid
committed
7268fda
View commit details
Copy full SHA for 7268fda
Browse repository at this point
Fix HHVM compatibility
thekid
committed
b5e9746
View commit details
Copy full SHA for b5e9746
Browse repository at this point
Commits on Oct 6, 2017
Reconnect if reused connection has been closed on the server side
thekid
committed
22a1c80
View commit details
Copy full SHA for 22a1c80
Browse repository at this point
Commits on Oct 7, 2017
Add tests for Channel class
thekid
committed
ce0fd4e
View commit details
Copy full SHA for ce0fd4e
Browse repository at this point
Always close connections for HTTP/1.0 servers
thekid
committed
47992b6
View commit details
Copy full SHA for 47992b6
Browse repository at this point
Add test
thekid
committed
0386340
View commit details
Copy full SHA for 0386340
Browse repository at this point
Simplify code
thekid
committed
0051f70
View commit details
Copy full SHA for 0051f70
Browse repository at this point
You can’t perform that action at this time.