1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Use APR type

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2017-12-13 13:32:49 +00:00
parent d2d7403139
commit 23394f444c
3 changed files with 1 additions and 116 deletions

View File

@@ -136,7 +136,7 @@ static int uwsgi_send_headers(request_rec *r, proxy_conn_rec * conn)
int j;
apr_size_t headerlen = 4;
uint16_t pktsize, keylen, vallen;
apr_uint16_t pktsize, keylen, vallen;
const char *script_name;
const char *path_info;
const char *auth;