Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
8e0a8ee3
Commit
8e0a8ee3
authored
15 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@2057
42af7a65-404d-4744-a932-0658087f49c3
parent
713c8d59
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
netutils/thttpd/thttpd_cgi.c
+2
-2
2 additions, 2 deletions
netutils/thttpd/thttpd_cgi.c
with
2 additions
and
2 deletions
netutils/thttpd/thttpd_cgi.c
+
2
−
2
View file @
8e0a8ee3
...
...
@@ -96,7 +96,7 @@ static void create_environment(httpd_conn *hc);
static
char
**
make_argp
(
httpd_conn
*
hc
);
static
inline
int
cgi_interpose_input
(
httpd_conn
*
hc
,
int
wfd
,
char
*
buffer
);
static
inline
int
cgi_interpose_output
(
httpd_conn
*
hc
,
int
rfd
,
char
*
inbuffer
,
struct
cgi_outbuffer_s
*
hdr
);
struct
cgi_outbuffer_s
*
hdr
);
static
int
cgi_child
(
int
argc
,
char
**
argv
);
/****************************************************************************
...
...
@@ -407,7 +407,7 @@ static inline int cgi_interpose_input(httpd_conn *hc, int wfd, char *buffer)
*/
static
inline
int
cgi_interpose_output
(
httpd_conn
*
hc
,
int
rfd
,
char
*
inbuffer
,
struct
cgi_outbuffer_s
*
hdr
)
struct
cgi_outbuffer_s
*
hdr
)
{
ssize_t
nbytes_read
;
char
*
br
=
NULL
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment