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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user