X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_params.c;h=a30610d6bfaf7e1da8ac19bb236c468ca67288c8;hb=1571b39b2988b27c93cfa2cd9114439784bff2d6;hp=ced2507aea8e470ebbfe7e7fc0585ab81f97b43e;hpb=468e8d748d365811af4ce890fd8fc4c1f88cc08a;p=m6w6%2Fext-http diff --git a/php_http_params.c b/php_http_params.c index ced2507..a30610d 100644 --- a/php_http_params.c +++ b/php_http_params.c @@ -904,7 +904,6 @@ static void shift_param(php_http_buffer_t *buf, char *key_str, size_t key_len, z shift_arg(buf, key_str, key_len, zvalue, ass, asl, vss, vsl, flags); } } else { - shift_key(buf, key_str, key_len, pss, psl, flags); if (flags & PHP_HTTP_PARAMS_RFC5988) { shift_rfc5988(buf, key_str, key_len, pss, psl, flags); } else {