Loading obex/javax/obex/ClientOperation.java +4 −2 Original line number Diff line number Diff line Loading @@ -723,12 +723,14 @@ public final class ClientOperation implements Operation, BaseStream { mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE; } while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) { while ((mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) && !mOperationDone) { if (!sendRequest(0x83)) { break; } } while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) { while ((mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) && !mOperationDone) { mParent.sendRequest(0x83, null, mReplyHeader, mPrivateInput); } mOperationDone = true; Loading Loading
obex/javax/obex/ClientOperation.java +4 −2 Original line number Diff line number Diff line Loading @@ -723,12 +723,14 @@ public final class ClientOperation implements Operation, BaseStream { mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE; } while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) { while ((mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) && !mOperationDone) { if (!sendRequest(0x83)) { break; } } while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) { while ((mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) && !mOperationDone) { mParent.sendRequest(0x83, null, mReplyHeader, mPrivateInput); } mOperationDone = true; Loading