Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
James Allenby
JAMP
Commits
34bdfc86
Commit
34bdfc86
authored
Feb 19, 2019
by
James Allenby
Browse files
Removed logging to do with request URIs
parent
a9a828b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
JAMP.cpp
JAMP.cpp
+1
-4
No files found.
JAMP.cpp
View file @
34bdfc86
...
...
@@ -68,12 +68,9 @@ void JAMP::Server::All(std::string uri, HTTPCallback callback)
try
{
std
::
cout
<<
"URI: "
<<
request
.
URI
()
<<
std
::
endl
<<
"Len: "
<<
request
.
URI
().
size
()
<<
std
::
endl
;
uri_map
.
at
(
request
.
URI
())(
request
,
response
);
}
catch
(
std
::
exception
&
e
)
catch
(
std
::
exception
&
)
{
response
.
SetResponseCode
(
JAMP
::
Code
::
HTTP_404
);
std
::
stringstream
e_msg
;
...
...
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