Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php7.0.7响应体中有一定概率带上post请求参数 #43

Open
aosie opened this issue Apr 28, 2017 · 0 comments
Open

php7.0.7响应体中有一定概率带上post请求参数 #43

aosie opened this issue Apr 28, 2017 · 0 comments

Comments

@aosie
Copy link

aosie commented Apr 28, 2017

生产环境跑php7.0.7接近半年时间,最近突然报出错误,通过模拟请求,并用tcpdump抓包,发现php响应体中,有一定概率带post请求参数。
error
error1

脚本tt.php
<?php
echo 'hhhhhhhhh'.PHP_EOL;
命令行:
curl -d "a=b&c=d" http://www.phptest.test/tt.php
hhhhhhhhh
curl -d "a=b&c=d" http://www.phptest.test/tt.php
hhhhhhhhh
curl -d "a=b&c=d" http://www.phptest.test/tt.php
a=b&c=dhhhhhhhhh
curl -d "a=b&c=d" http://www.phptest.test/tt.php
hhhhhhhhh






Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant