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
a8f54d18
Commit
a8f54d18
authored
Nov 22, 2016
by
Ilia Penev
Committed by
Cesanta Bot
Nov 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Integrate PR170
PUBLISHED_FROM=f1a804466bea6d6d77103525d76ef7b819b63477
parent
c9721d4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mongoose.c
mongoose.c
+1
-1
mongoose.h
mongoose.h
+1
-0
No files found.
mongoose.c
View file @
a8f54d18
...
...
@@ -11054,7 +11054,7 @@ uint32_t mg_coap_compose(struct mg_coap_message *cm, struct mbuf *io) {
prev_opt_number
=
0
;
while
(
opt
!=
NULL
)
{
uint8_t
delta_base
=
0
,
length_base
=
0
;
uint16_t
delta_ext
,
length_ext
;
uint16_t
delta_ext
=
0
,
length_ext
=
0
;
size_t
opt_delta_len
=
coap_split_opt
(
opt
->
number
-
prev_opt_number
,
&
delta_base
,
&
delta_ext
);
...
...
mongoose.h
View file @
a8f54d18
...
...
@@ -475,6 +475,7 @@ typedef struct stat cs_stat_t;
#define INT64_X_FMT PRIx64
#define __cdecl
#define _FILE_OFFSET_BITS 32
#define fineno(x) -1
#define MG_LWIP 1
...
...
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