Close #33 增加HTTP Upgrade透明转发的功能
This commit is contained in:
@@ -92,6 +92,9 @@ struct http_half_private
|
||||
struct evbuffer * evbuf_body;
|
||||
struct evbuffer * evbuf_raw;
|
||||
struct tfe_stream_write_ctx * write_ctx;
|
||||
|
||||
/* UPGRADE */
|
||||
bool is_upgrade;
|
||||
};
|
||||
|
||||
struct http_half_private * hf_private_create(tfe_http_direction ht_dir, short major, short minor);
|
||||
|
||||
Reference in New Issue
Block a user