issues
search
awslabs
/
aws-c-http
C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Apache License 2.0
136
stars
42
forks
source link
H2 connection manager
#351
Closed
TingDaoK
closed
2 years ago
TingDaoK
commented
2 years ago
An easy HTTP/2 connection manager with configuration for http2
Only thing different than http/1 connection is just when the goaway received, we will release the connection.
A bug fix for http2 connection callback
Will add stream manager to handle the create of streams.
Will add stream manager to handle the create of streams.