Commit 1213a2ae authored by Davis King's avatar Davis King

Updated this example.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402947
parent 9ed0aa3d
...@@ -45,6 +45,7 @@ class web_server : public server::http_1a_c ...@@ -45,6 +45,7 @@ class web_server : public server::http_1a_c
sout << "<br> foreign_port = " << incoming.foreign_port << endl; sout << "<br> foreign_port = " << incoming.foreign_port << endl;
sout << "<br> local_ip = " << incoming.local_ip << endl; sout << "<br> local_ip = " << incoming.local_ip << endl;
sout << "<br> local_port = " << incoming.local_port << endl; sout << "<br> local_port = " << incoming.local_port << endl;
sout << "<br> body = \"" << incoming.body << "\"" << endl;
// If this request is the result of the user submitting the form then echo back // If this request is the result of the user submitting the form then echo back
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment