This website requires JavaScript.
Explore
Help
Register
Sign In
swift-server
/
async-http-client
Watch
1
Star
0
Fork
0
You've already forked async-http-client
mirror of
https://github.com/swift-server/async-http-client.git
synced
2026-05-03 07:32:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b479afe4c8daf0e9d37fdb29bea2ef0735403eea
async-http-client
/
Sources
/
AsyncHTTPClient
/
ConnectionPool
/
State Machine
T
History
David Nadoba
b479afe4c8
Fix bug in migration from HTTP1 to HTTP2 and back to HTTP1 (
#486
)
2021-11-22 12:33:57 +01:00
..
HTTPConnectionPool+Backoff.swift
Don't crash when hitting long backoffs. (
#458
)
2021-10-13 13:09:54 +01:00
HTTPConnectionPool+HTTP1Connections.swift
Fix bug in migration from HTTP1 to HTTP2 and back to HTTP1 (
#486
)
2021-11-22 12:33:57 +01:00
HTTPConnectionPool+HTTP1StateMachine.swift
Crash fix: HTTP2Connections emit events after the pool has closed them. (
#481
)
2021-11-19 12:33:08 +01:00
HTTPConnectionPool+HTTP2Connections.swift
Crash fix: HTTP2Connections emit events after the pool has closed them. (
#481
)
2021-11-19 12:33:08 +01:00
HTTPConnectionPool+HTTP2StateMachine.swift
Crash fix: HTTP2Connections emit events after the pool has closed them. (
#481
)
2021-11-19 12:33:08 +01:00
HTTPConnectionPool+RequestQueue.swift
[HTTP2] Create new connections during migration if needed (
#459
)
2021-10-27 18:28:51 +02:00
HTTPConnectionPool+StateMachine.swift
[HTTP2] Integrate
HTTP2StateMachine
into
HTTPConnectionPool.StateMachine
(
#462
)
2021-11-02 11:51:18 +00:00