Created
October 13, 2017 20:32
-
-
Save marcelog/f626c8a87a27a525772cac58ce587ed6 to your computer and use it in GitHub Desktop.
Example messages returned from erl_fastcgi after running a FastCGI application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{fast_cgi_stdout,600,<<"X-Powered-By: PHP/5.6.30\r\nContent-type: text/html; charset=UTF-8\r\n\r\n">>} | |
{fast_cgi_stdout,600,<<"<html>">>} | |
{fast_cgi_stdout,600,<<"</html>">>} | |
{fast_cgi_done,600} | |
{fastcgi_request_done,600,fast_cgi_connection_reset} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment