Skip to content

Fix uploading binary keys.

qua requested to merge paz/fix-binary-pgp-key-upload into master

If no content-type is set, RestClient sends 'x-www-form-urlencoded'. That makes the client expect URL-encoded content, which we don't send.

Merge request reports