Skip to content

Fix readPacket + test script #1

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

Merged
merged 2 commits into from
Nov 13, 2012
Merged

Fix readPacket + test script #1

merged 2 commits into from
Nov 13, 2012

Conversation

remicollet
Copy link
Collaborator

Hi,

Thanks for this tool.

I notice issue when trying to get page with long result (ex : phpinfo() page) because of fread buffered behavior.
The first commit fix this.

The second one add a minimal command line tool to test communication with a fastcgi server.

$ ./fcgiget.php /ping
Call: /ping

X-Powered-By: PHP/5.4.9RC1
Content-Type: text/plain
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0

Hello world!

adoy added a commit that referenced this pull request Nov 13, 2012
Fix readPacket + test script
@adoy adoy merged commit 6b88c12 into adoy:master Nov 13, 2012
@adoy
Copy link
Owner

adoy commented Nov 13, 2012

Thanks for your contribution :)

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

Successfully merging this pull request may close these issues.

2 participants