Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
80893bcf
Commit
80893bcf
authored
Apr 07, 2016
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Skip headers problematic for cache.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d9a0c55e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
xmlhttprequest.c
dlls/mshtml/tests/xmlhttprequest.c
+0
-5
No files found.
dlls/mshtml/tests/xmlhttprequest.c
View file @
80893bcf
...
...
@@ -386,7 +386,6 @@ static void pump_msgs(BOOL *b)
struct
HEADER_TYPE
{
const
char
*
key
;
const
char
*
value
;
BOOL
skip_all_headers
;
};
static
void
create_xmlhttprequest
(
IHTMLDocument2
*
doc
)
...
...
@@ -451,9 +450,6 @@ static void test_header(const struct HEADER_TYPE expect[], int num)
SysFreeString
(
key
);
SysFreeString
(
text
);
if
(
expect
[
i
].
skip_all_headers
)
continue
;
strcpy
(
buf
,
expect
[
i
].
key
);
strcat
(
buf
,
": "
);
strcat
(
buf
,
expect
[
i
].
value
);
...
...
@@ -585,7 +581,6 @@ static void test_sync_xhr(IHTMLDocument2 *doc, const char *xml_url, const char *
LONG
val
;
HRESULT
hres
;
static
const
struct
HEADER_TYPE
expect_headers
[]
=
{
{
"Accept-Ranges"
,
"bytes"
,
TRUE
},
{
"Content-Length"
,
"51"
},
{
"Content-Type"
,
"application/xml"
}
};
...
...
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