diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-06 15:09:11 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-06 15:09:11 +0000 |
commit | cfacb61e22458de46789dab9b40b18d4db1d00ec (patch) | |
tree | 3cf1664a99485c2c40a774c02869186b1f198b61 | |
parent | f8a027a9114b357a2c0af3b2d0d6c56e21f7b02b (diff) | |
download | communique-cfacb61e22458de46789dab9b40b18d4db1d00ec.tar.gz |
these arent needed
Diffstat (limited to '')
-rw-r--r-- | registry/registry.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/registry/registry.go b/registry/registry.go index 60df58f..d2c0794 100644 --- a/registry/registry.go +++ b/registry/registry.go @@ -284,12 +284,6 @@ func (r *Registry) deliverAcceptToInbox(url, actorUrl, actorKeyUrl *url.URL, fol "signature string", signedString, ).With( - "date", - request.Header.Get("date"), - ).With( - "path", - url.Path, - ).With( "host", request.Header.Get("host"), ).Debugf("signing request") |