Upload key working
This commit is contained in:
@@ -380,6 +380,9 @@ public class HkpKeyserver extends Keyserver {
|
|||||||
os.close();
|
os.close();
|
||||||
|
|
||||||
conn.connect();
|
conn.connect();
|
||||||
|
|
||||||
|
Log.d(Constants.TAG, "response code: " + conn.getResponseCode());
|
||||||
|
Log.d(Constants.TAG, "answer: " + readAll(conn.getInputStream(), conn.getContentEncoding()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new AddKeyException();
|
throw new AddKeyException();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user