Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lcgdm
dmlite
Commits
a9627556
Commit
a9627556
authored
Oct 23, 2019
by
Petr Vokac
Committed by
Oliver Keeble
Jun 04, 2020
Browse files
Fix compiler warning for WebDAV speed limits
parent
94542da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/apache-httpd/src/client/htext_api.c
View file @
a9627556
...
...
@@ -81,8 +81,8 @@ static option_entry option_definitions[] = {
{
OT_INT
,
(
option_value
)
0
},
/* HTEXT_VERBOSITY */
{
OT_INT
,
(
option_value
)
0
},
/* HTEXT_BUFFERSIZE */
{
OT_INT
,
(
option_value
)
2
*
60
},
/* HTEXTOP_LOW_SPEED_TIME
*/
{
OT_INT
,
(
option_value
)
1024
*
1024
},
/* HTEXTOP_LOW_SPEED_LIMIT */
{
OT_INT
,
(
option_value
)
(
2
*
60
)
},
/* HTEXTOP_LOW_SPEED_TIME */
{
OT_INT
,
(
option_value
)
(
1024
*
1024
)
},
/* HTEXTOP_LOW_SPEED_LIMIT */
{
OT_STRING
,
(
option_value
)
NULL
},
/* HTEXT_DELEGATION_URL */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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