From 53586378b0a5aee61d88298f7f9ba822745565cb Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 1 Apr 2000 01:11:39 +0000 Subject: @- Fix a problem when dealing with large POST blocks in CGI mode --- main/SAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/SAPI.h') diff --git a/main/SAPI.h b/main/SAPI.h index d2352ed525..47fbf20dda 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -95,7 +95,7 @@ typedef struct { void *server_context; sapi_request_info request_info; sapi_headers_struct sapi_headers; - uint read_post_bytes; + int read_post_bytes; unsigned char headers_sent; struct stat global_stat; char *default_mimetype; -- cgit v1.2.1