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
2d885036
Commit
2d885036
authored
Sep 15, 2022
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet/tests: Don't send two HTTP responses for a single request in server_thread.
parent
1df5309a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
http.c
dlls/wininet/tests/http.c
+1
-1
No files found.
dlls/wininet/tests/http.c
View file @
2d885036
...
...
@@ -2407,7 +2407,7 @@ static DWORD CALLBACK server_thread(LPVOID param)
"Content-Length: 10
\r\n\r\n
0123456789"
;
send
(
c
,
nocontentmsg
,
sizeof
(
nocontentmsg
)
-
1
,
0
);
}
if
(
strstr
(
buffer
,
"GET /test_no_content"
))
else
if
(
strstr
(
buffer
,
"GET /test_no_content"
))
{
static
const
char
nocontentmsg
[]
=
"HTTP/1.1 204 No Content
\r\n
Connection: close
\r\n\r\n
"
"0123456789"
;
...
...
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