* luci/lib/httpprotocol: fix inline documentation for http.protocol.conditionals
This commit is contained in:
parent
84b98f7e8c
commit
675b1b6d68
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ function if_none_match( req, stat )
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 14.27 / If-Range
|
--- 14.27 / If-Range
|
||||||
-- The If-Range header is currently not implemented due to the lack of general
|
-- The If-Range header is currently not implemented due to the lack of general
|
||||||
-- byte range stuff in luci.http.protocol . This function will always return
|
-- byte range stuff in luci.http.protocol . This function will always return
|
||||||
-- false, 412 to indicate a failed precondition.
|
-- false, 412 to indicate a failed precondition.
|
||||||
|
@ -131,7 +131,7 @@ function if_range( req, stat )
|
||||||
return false, 412
|
return false, 412
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 14.28 / If-Unmodified-Since
|
--- 14.28 / If-Unmodified-Since
|
||||||
-- Test whether the given message object contains an "If-Unmodified-Since"
|
-- Test whether the given message object contains an "If-Unmodified-Since"
|
||||||
-- header and compare it against the given stat object.
|
-- header and compare it against the given stat object.
|
||||||
-- @param req HTTP request message object
|
-- @param req HTTP request message object
|
||||||
|
|
Loading…
Reference in a new issue