Skip to content

Commit e385f3c

Browse files
committed
Fixed #55457(cli built-in web server does not work with IE), introduced by r315128
1 parent 3202573 commit e385f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/php_http_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct php_http_parser {
112112
unsigned char index;
113113

114114
uint32_t nread;
115-
size_t content_length;
115+
long content_length;
116116

117117
/** READ-ONLY **/
118118
unsigned short http_major;

0 commit comments

Comments
 (0)