Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
1ffccdb7
Commit
1ffccdb7
authored
Oct 04, 2018
by
Deomid Ryabkov
Committed by
Cesanta Bot
Oct 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a spammy log line
PUBLISHED_FROM=b3ec2b3b43a464700a6e6d75b7336f823549cce3
parent
e79fe4b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
mongoose.c
mongoose.c
+0
-1
mg_net.c
src/mg_net.c
+0
-1
No files found.
mongoose.c
View file @
1ffccdb7
...
...
@@ -2797,7 +2797,6 @@ MG_INTERNAL void mg_ssl_handshake(struct mg_connection *nc) {
enum
mg_ssl_if_result
res
;
if
(
nc
->
flags
&
MG_F_SSL_HANDSHAKE_DONE
)
return
;
res
=
mg_ssl_if_handshake
(
nc
);
LOG
(
LL_DEBUG
,
(
"%p %d res %d"
,
nc
,
server_side
,
res
));
if
(
res
==
MG_SSL_OK
)
{
nc
->
flags
|=
MG_F_SSL_HANDSHAKE_DONE
;
...
...
src/mg_net.c
View file @
1ffccdb7
...
...
@@ -488,7 +488,6 @@ MG_INTERNAL void mg_ssl_handshake(struct mg_connection *nc) {
enum
mg_ssl_if_result
res
;
if
(
nc
->
flags
&
MG_F_SSL_HANDSHAKE_DONE
)
return
;
res
=
mg_ssl_if_handshake
(
nc
);
LOG
(
LL_DEBUG
,
(
"%p %d res %d"
,
nc
,
server_side
,
res
));
if
(
res
==
MG_SSL_OK
)
{
nc
->
flags
|=
MG_F_SSL_HANDSHAKE_DONE
;
...
...
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