Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
8b8adc6c
Commit
8b8adc6c
authored
Apr 10, 2012
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in HTTP header name
parent
9cd5b471
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
http_headers.h
include/tbl/http_headers.h
+1
-1
No files found.
include/tbl/http_headers.h
View file @
8b8adc6c
...
...
@@ -56,7 +56,7 @@ HTTPH("Authorization", H_Authorization, 0 ) /* RFC2616 14.8 */
HTTPH
(
"Cache-Control"
,
H_Cache_Control
,
HTTPH_R_FETCH
)
/* RFC2616 14.9 */
HTTPH
(
"Connection"
,
H_Connection
,
HTTPH_R_PASS
|
HTTPH_R_FETCH
|
HTTPH_A_INS
)
/* RFC2616 14.10 */
HTTPH
(
"Content-Encoding"
,
H_Content_Encoding
,
0
)
/* RFC2616 14.11 */
HTTPH
(
"Content-Langu
ga
e"
,
H_Content_Language
,
0
)
/* RFC2616 14.12 */
HTTPH
(
"Content-Langu
ag
e"
,
H_Content_Language
,
0
)
/* RFC2616 14.12 */
HTTPH
(
"Content-Length"
,
H_Content_Length
,
HTTPH_R_FETCH
|
HTTPH_A_INS
)
/* RFC2616 14.13 */
HTTPH
(
"Content-Location"
,
H_Content_Location
,
0
)
/* RFC2616 14.14 */
HTTPH
(
"Content-MD5"
,
H_Content_MD5
,
0
)
/* RFC2616 14.15 */
...
...
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