Commits


apub: remove unused http sig header list


apub: handle HTTP request signing for those without body


apub: guard against empty pubkey url A nil key gets handled by rsa.Sign* but we won't catch an empty pubkey url until some server finds an incorrect HTTP signature.


oops