diff options
| -rw-r--r-- | xs_fcgi.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -190,7 +190,7 @@ xs_dict *xs_fcgi_request(FILE *f, xs_str **payload, int *p_size, int *fcgi_id) | |||
| 190 | q_vars = xs_url_vars(xs_list_get(pnv, 1)); | 190 | q_vars = xs_url_vars(xs_list_get(pnv, 1)); |
| 191 | } | 191 | } |
| 192 | else | 192 | else |
| 193 | if (xs_match(k, "CONTENT_TYPE|CONTENT_LENGTH|HTTP_*")) { | 193 | if (xs_match(k, "CONTENT_TYPE|CONTENT_LENGTH|REMOTE_ADDR|HTTP_*")) { |
| 194 | if (xs_startswith(k, "HTTP_")) | 194 | if (xs_startswith(k, "HTTP_")) |
| 195 | k = xs_crop_i(k, 5, 0); | 195 | k = xs_crop_i(k, 5, 0); |
| 196 | 196 | ||