mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
Upload key working
This commit is contained in:
parent
fa25265e79
commit
0f8958afb9
@ -380,6 +380,9 @@ public class HkpKeyserver extends Keyserver {
|
||||
os.close();
|
||||
|
||||
conn.connect();
|
||||
|
||||
Log.d(Constants.TAG, "response code: " + conn.getResponseCode());
|
||||
Log.d(Constants.TAG, "answer: " + readAll(conn.getInputStream(), conn.getContentEncoding()));
|
||||
} catch (IOException e) {
|
||||
throw new AddKeyException();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user