Redth / HttpTwo

A basic C# HTTP/2 client library
Apache License 2.0
120 stars 51 forks source link

Fix some connection issue & fix the incorrect usage of dynamic table. #13

Open Neio opened 7 years ago

Neio commented 7 years ago

Fixed the usage of dynamic table for HPACK, handle both Encoder & Decoder. Fixed the connection lost & reconnect handling. Reference to HPack dll directly since HPack have been updated. Support alternative TLS stream creator. Fixed logging bug