Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5853c9ed
Commit
5853c9ed
authored
Oct 04, 2004
by
Ferenc Wagner
Committed by
Alexandre Julliard
Oct 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Use a more unique separator string.
- Add some quoting to please CGI.pm-3.05.
parent
62d9963a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
send.c
programs/winetest/send.c
+3
-3
No files found.
programs/winetest/send.c
View file @
5853c9ed
...
...
@@ -113,14 +113,14 @@ send_file (const char *name)
int
ret
;
/* RFC 2068 */
#define SEP "-"
#define SEP "-
-8<--cut-here--8<--
"
static
const
char
head
[]
=
"POST /submit HTTP/1.0
\r\n
"
"Host: test.winehq.org
\r\n
"
"User-Agent: Winetest Shell
\r\n
"
"Content-Type: multipart/form-data; boundary=
"
SEP
"
\r\n
"
"Content-Type: multipart/form-data; boundary=
\"
"
SEP
"
\
"\r\n
"
"Content-Length: %u
\r\n\r\n
"
;
static
const
char
body1
[]
=
"--"
SEP
"
\r\n
"
"Content-Disposition: form-data; name=
reportfile
; filename=
\"
%s
\"\r\n
"
"Content-Disposition: form-data; name=
\"
reportfile
\"
; filename=
\"
%s
\"\r\n
"
"Content-Type: application/octet-stream
\r\n\r\n
"
;
static
const
char
body2
[]
=
"
\r\n
--"
SEP
"
\r\n
"
"Content-Disposition: form-data; name=submit
\r\n\r\n
"
...
...
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