Upload key working

This commit is contained in:
Dominik Schürmann 2014-08-20 22:17:16 +02:00
parent fa25265e79
commit 0f8958afb9

View File

@ -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();
}