Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
943874c5
Commit
943874c5
authored
Nov 07, 2012
by
Davis King
Browse files
fixed spacing
parent
35d39028
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/server_http_ex.cpp
examples/server_http_ex.cpp
+1
-1
No files found.
examples/server_http_ex.cpp
View file @
943874c5
...
@@ -44,7 +44,7 @@ class web_server : public server_http
...
@@ -44,7 +44,7 @@ class web_server : public server_http
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
;
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment