mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Updated this example.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402947
This commit is contained in:
parent
9ed0aa3dcc
commit
1213a2ae7a
@ -45,6 +45,7 @@ class web_server : public server::http_1a_c
|
||||
sout << "<br> foreign_port = " << incoming.foreign_port << endl;
|
||||
sout << "<br> local_ip = " << incoming.local_ip << 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
|
||||
|
Loading…
Reference in New Issue
Block a user