Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
66b23b11
Commit
66b23b11
authored
Aug 16, 2017
by
ruslanvaliullin
Committed by
Cesanta Bot
Aug 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Nmap reset on ESP8266
PUBLISHED_FROM=7b9c85e7708721f2c6d0e2fc8ad5c32c61b48854
parent
448b4409
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mongoose.c
mongoose.c
+1
-0
No files found.
mongoose.c
View file @
66b23b11
...
...
@@ -14500,6 +14500,7 @@ static void tcp_close_tcpip(void *arg) {
void
mg_lwip_handle_accept
(
struct
mg_connection
*
nc
)
{
struct
mg_lwip_conn_state
*
cs
=
(
struct
mg_lwip_conn_state
*
)
nc
->
sock
;
if
(
cs
->
pcb
.
tcp
==
NULL
)
return
;
#if MG_ENABLE_SSL
if
(
cs
->
lc
->
flags
&
MG_F_SSL
)
{
if
(
mg_ssl_if_conn_accept
(
nc
,
cs
->
lc
)
!=
MG_SSL_OK
)
{
...
...
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