mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
parent
06f2908d78
commit
7817c7697e
@ -171,8 +171,8 @@ public class AudioAttachmentServer implements Runnable {
|
||||
Log.i(TAG, "range found!! " + cbSkip);
|
||||
}
|
||||
|
||||
if(!request.get("method").equals("GET")) {
|
||||
Log.e(TAG, "Only GET is supported");
|
||||
if (!"GET".equals(request.get("method"))) {
|
||||
Log.e(TAG, "Only GET is supported: " + request.get("method"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user