Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
50fc1704
Commit
50fc1704
authored
Aug 22, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra capitals
parent
0bc4a413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
src/network/httpd.c
src/network/httpd.c
+28
-28
No files found.
src/network/httpd.c
View file @
50fc1704
...
...
@@ -268,44 +268,44 @@ static const http_status_info http_reason[] =
{
200
,
"OK"
},
/*{ 201, "Created" },
{ 202, "Accepted" },
{ 203, "Non-
Authoritative I
nformation" },
{ 204, "No
C
ontent" },
{ 205, "Reset
C
ontent" },
{ 206, "Partial
C
ontent" },
{ 250, "Low on
Storage S
pace" },
{ 300, "Multiple
C
hoices" },*/
{ 203, "Non-
authoritative i
nformation" },
{ 204, "No
c
ontent" },
{ 205, "Reset
c
ontent" },
{ 206, "Partial
c
ontent" },
{ 250, "Low on
storage s
pace" },
{ 300, "Multiple
c
hoices" },*/
{
301
,
"Moved permanently"
},
/*{ 302, "Moved temporarily" },
{ 303, "See
O
ther" },
{ 304, "Not
M
odified" },
{ 305, "Use
P
roxy" },
{ 307, "Temporary
R
edirect" },
{ 400, "Bad
R
equest" },*/
{ 303, "See
o
ther" },
{ 304, "Not
m
odified" },
{ 305, "Use
p
roxy" },
{ 307, "Temporary
r
edirect" },
{ 400, "Bad
r
equest" },*/
{
401
,
"Unauthorized"
},
/*{ 402, "Payment Required" },*/
{
403
,
"Forbidden"
},
{
404
,
"Not found"
},
{
405
,
"Method
Not A
llowed"
},
/*{ 406, "Not
A
cceptable" },
{ 407, "Proxy
Authentication R
equired" },
{ 408, "Request
T
ime-out" },
{
405
,
"Method
not a
llowed"
},
/*{ 406, "Not
a
cceptable" },
{ 407, "Proxy
authentication r
equired" },
{ 408, "Request
t
ime-out" },
{ 409, "Conflict" },
{ 410, "Gone" },
{ 411, "Length
R
equired" },
{ 412, "Precondition
F
ailed" },
{ 413, "Request
Entity Too L
arge" },
{ 414, "Request-URI
Too L
arge" },
{ 415, "Unsupported
M
edia Type" },
{ 411, "Length
r
equired" },
{ 412, "Precondition
f
ailed" },
{ 413, "Request
entity too l
arge" },
{ 414, "Request-URI
too l
arge" },
{ 415, "Unsupported
m
edia Type" },
{ 416, "Requested range not satisfiable" },
{ 417, "Expectation
F
ailed" },
{ 451, "Parameter
Not U
nderstood" },
{ 452, "Conference
Not F
ound" },
{ 453, "Not
Enough B
andwidth" },*/
{ 417, "Expectation
f
ailed" },
{ 451, "Parameter
not u
nderstood" },
{ 452, "Conference
not f
ound" },
{ 453, "Not
enough b
andwidth" },*/
{
454
,
"Session not found"
},
/*{ 455, "Method
Not Valid in T
his State" },
{ 456, "Header
Field Not Valid for R
esource" },
{ 457, "Invalid
R
ange" },
{ 458, "
Parameter Is Read-Only
" },*/
/*{ 455, "Method
not valid in t
his State" },
{ 456, "Header
field not valid for r
esource" },
{ 457, "Invalid
r
ange" },
{ 458, "
Read-only parameter
" },*/
{
459
,
"Aggregate operation not allowed"
},
{
460
,
"Non-aggregate operation not allowed"
},
{
461
,
"Unsupported transport"
},
...
...
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