Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created October 13, 2017 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelog/f626c8a87a27a525772cac58ce587ed6 to your computer and use it in GitHub Desktop.
Save marcelog/f626c8a87a27a525772cac58ce587ed6 to your computer and use it in GitHub Desktop.
Example messages returned from erl_fastcgi after running a FastCGI application
{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