Preparations to work with BCC
This commit is contained in:
parent
c25d60e107
commit
58f82e084d
4 changed files with 19 additions and 6 deletions
|
@ -406,6 +406,8 @@ class HTTPSignature
|
|||
}
|
||||
}
|
||||
|
||||
/// @todo Check if the signed date field is in an acceptable range
|
||||
|
||||
// Check the content-length when it is part of the signed data
|
||||
if (in_array('content-length', $sig_block['headers'])) {
|
||||
if (strlen($content) != $headers['content-length']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue