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
ef95a793
Commit
ef95a793
authored
May 23, 2012
by
Alexander Morozov
Committed by
Alexandre Julliard
May 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Add "Content-Disposition" field.
parent
995e2104
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
http.c
dlls/wininet/http.c
+2
-1
No files found.
dlls/wininet/http.c
View file @
ef95a793
...
...
@@ -98,6 +98,7 @@ static const WCHAR szAllow[] = { 'A','l','l','o','w',0 };
static
const
WCHAR
szCache_Control
[]
=
{
'C'
,
'a'
,
'c'
,
'h'
,
'e'
,
'-'
,
'C'
,
'o'
,
'n'
,
't'
,
'r'
,
'o'
,
'l'
,
0
};
static
const
WCHAR
szConnection
[]
=
{
'C'
,
'o'
,
'n'
,
'n'
,
'e'
,
'c'
,
't'
,
'i'
,
'o'
,
'n'
,
0
};
static
const
WCHAR
szContent_Base
[]
=
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'B'
,
'a'
,
's'
,
'e'
,
0
};
static
const
WCHAR
szContent_Disposition
[]
=
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'D'
,
'i'
,
's'
,
'p'
,
'o'
,
's'
,
'i'
,
't'
,
'i'
,
'o'
,
'n'
,
0
};
static
const
WCHAR
szContent_Encoding
[]
=
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'E'
,
'n'
,
'c'
,
'o'
,
'd'
,
'i'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
szContent_ID
[]
=
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'I'
,
'D'
,
0
};
static
const
WCHAR
szContent_Language
[]
=
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'L'
,
'a'
,
'n'
,
'g'
,
'u'
,
'a'
,
'g'
,
'e'
,
0
};
...
...
@@ -3277,7 +3278,7 @@ static const LPCWSTR header_lookup[] = {
szCookie
,
/* HTTP_QUERY_COOKIE = 44 */
NULL
,
/* HTTP_QUERY_REQUEST_METHOD = 45 */
NULL
,
/* HTTP_QUERY_REFRESH = 46 */
NULL
,
/* HTTP_QUERY_CONTENT_DISPOSITION = 47 */
szContent_Disposition
,
/* HTTP_QUERY_CONTENT_DISPOSITION = 47 */
szAge
,
/* HTTP_QUERY_AGE = 48 */
szCache_Control
,
/* HTTP_QUERY_CACHE_CONTROL = 49 */
szContent_Base
,
/* HTTP_QUERY_CONTENT_BASE = 50 */
...
...
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