13 Commits (af990484d4a459aa37049f178e1a32daeb5fe1e0)

Author SHA1 Message Date
fangdingjun 462ab85e7f add finallizer function to release memory 6 years ago
fangdingjun 9e67ffde41 set TLS for server/client 6 years ago
fangdingjun 2549e70d74 fix crash on header callback 6 years ago
fangdingjun bf4658d8f4 finish server/client logical 6 years ago
fangdingjun c87800ed83 merge client/server connection and stream 6 years ago
fangdingjun 28a6eb0746 code clean up
remove unused code
use go slice to manage nghttp2_nv array
send RST_STREAM when connection closed on CONNECT request
6 years ago
fangdingjun 8c53841e25 code format 6 years ago
fangdingjun 58e1343da1 close stream and delete from conn.streams 6 years ago
fangdingjun 4125b26c35 add callback for goaway frame 6 years ago
fangdingjun 3409e5e702 make all C callback functions unexported 6 years ago
fangdingjun 2c08e2e93f move stream data process to callbacks function 6 years ago
fangdingjun 790bc1b7c8 add http2 handler can cowork with net/http 6 years ago
fangdingjun 8d4069b1c2 restructure 6 years ago