extra logging

This commit is contained in:
zotlabs 2018-11-14 18:07:39 -08:00
parent ab2376f8d8
commit 65a8965e85

View File

@ -342,6 +342,10 @@ class HTTPSig {
*/
static function parse_sigheader($header) {
if(is_array($header)) {
btlogger('is_array: ' . print_r($header,true));
}
$ret = [];
$matches = [];