File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1685,7 +1685,7 @@ static int php_cli_server_client_read_request_on_header_field(php_http_parser *p
1685
1685
switch (client -> last_header_element ) {
1686
1686
case HEADER_VALUE :
1687
1687
php_cli_server_client_save_header (client );
1688
- /* break missing intentionally */
1688
+ fallthrough ;
1689
1689
case HEADER_NONE :
1690
1690
client -> current_header_name = (char * )at ;
1691
1691
client -> current_header_name_len = length ;
@@ -1750,7 +1750,7 @@ static int php_cli_server_client_read_request_on_headers_complete(php_http_parse
1750
1750
client -> current_header_value = pemalloc (1 , 1 );
1751
1751
* client -> current_header_value = '\0' ;
1752
1752
client -> current_header_value_len = 0 ;
1753
- /* break missing intentionally */
1753
+ fallthrough ;
1754
1754
case HEADER_VALUE :
1755
1755
php_cli_server_client_save_header (client );
1756
1756
break ;
You can’t perform that action at this time.
0 commit comments