fix typo in HTTPSig
This commit is contained in:
parent
5c12b56e87
commit
a79b268438
@ -237,7 +237,7 @@ class HTTPSig {
|
|||||||
$fields = '(request-target)';
|
$fields = '(request-target)';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(head) {
|
if($head) {
|
||||||
foreach($head as $k => $v) {
|
foreach($head as $k => $v) {
|
||||||
$headers .= strtolower($k) . ': ' . trim($v) . "\n";
|
$headers .= strtolower($k) . ': ' . trim($v) . "\n";
|
||||||
if($fields)
|
if($fields)
|
||||||
|
Reference in New Issue
Block a user