added fields to keep an original query path in qse_htre_t

changed proxying routines to use the original query path instead of percent-encoding back
This commit is contained in:
2014-11-14 16:56:51 +00:00
parent 47bec1e857
commit 45cb237aa6
8 changed files with 225 additions and 100 deletions

View File

@ -80,8 +80,8 @@ typedef struct xtn_t
struct
{
const qse_char_t* ptr;
const qse_char_t* end;
const qse_char_t* ptr;
const qse_char_t* end;
} str;
} u;
} in;