14 Commits (0a79b2882dcafbfae688c24f65ad8564cb499414)

Author SHA1 Message Date
fangdingjun 462ab85e7f add finallizer function to release memory 6 years ago
fangdingjun 5e853f2807 fix the response not send issue when set header first 6 years ago
fangdingjun a36277d465 check stream state when read/write 6 years ago
fangdingjun bf4658d8f4 finish server/client logical 6 years ago
fangdingjun c87800ed83 merge client/server connection and stream 6 years ago
fangdingjun 439e39a688 remove log 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 4fbc42db2e close chan instead of send value 6 years ago
fangdingjun 8c53841e25 code format 6 years ago
fangdingjun 10c9e2bbab change connect function signature 6 years ago
fangdingjun 58e1343da1 close stream and delete from conn.streams 6 years ago
fangdingjun 563e006303 make sure nghttp_session in one thread at same time 6 years ago
fangdingjun 2b04f2d580 fix high cpu usage and crash issue
fix high cpu usage
fix crash issue on server stream close
change function name
6 years ago
fangdingjun 8d4069b1c2 restructure 6 years ago