修改处理http请求方式为post

This commit is contained in:
fengweihao
2019-08-08 16:06:23 +08:00
parent 835605dce3
commit b5da0551f9
3 changed files with 100 additions and 139 deletions

View File

@@ -29,7 +29,7 @@ struct request_t{
char *odata;
X509 *origin;
int keyring_id;
char sni[DATALEN];
char *sni;
char rkey[DATALEN];
struct evhttp_request *evh_req;
};