1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-10 14:23:00 +03:00

Replaced httplib_request_info with lh_rqi_t

This commit is contained in:
Lammert Bies
2017-01-02 03:25:52 +01:00
parent ad5ed828a0
commit 61aeb7718f
12 changed files with 21 additions and 21 deletions

View File

@@ -40,7 +40,7 @@
void XX_httplib_handle_request( struct lh_ctx_t *ctx, struct lh_con_t *conn ) {
struct httplib_request_info *ri;
struct lh_rqi_t *ri;
char path[PATH_MAX];
int uri_len;
int ssl_index;