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
06b6bf61
Commit
06b6bf61
authored
8 years ago
by
rojer
Committed by
Marko Mikulicic
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Propagate nc->err to err on CC3200
PUBLISHED_FROM=db7254b5bf25961a700cbce954ef02d41b176500
parent
04a38b44
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mongoose.c
mongoose.c
+3
-2
No files found.
mongoose.c
View file @
06b6bf61
...
...
@@ -3528,10 +3528,11 @@ void mg_mgr_handle_conn(struct mg_connection *nc, int fd_flags, double now) {
if
(
ret
!=
0
)
err
=
1
;
}
#else
/* On SimpleLink and ESP8266 we use blocking connect. If we got as far as
* this, it means connect() was successful
.
/*
* On SimpleLink and ESP8266 we use blocking connect
.
* TODO(rojer): Figure out why it fails where blocking succeeds.
*/
err
=
nc
->
err
;
#endif
#ifdef MG_ENABLE_SSL
if
(
nc
->
ssl
!=
NULL
&&
err
==
0
)
{
...
...
This diff is collapsed.
Click to expand it.
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