From issues-return-53748-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Wed Dec 2 17:30:19 2015 Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8055118272 for ; Wed, 2 Dec 2015 17:30:19 +0000 (UTC) Received: (qmail 42950 invoked by uid 500); 2 Dec 2015 17:30:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 42732 invoked by uid 500); 2 Dec 2015 17:30:11 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 42421 invoked by uid 99); 2 Dec 2015 17:30:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 17:30:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 75B0A2C1F84 for ; Wed, 2 Dec 2015 17:30:11 +0000 (UTC) Date: Wed, 2 Dec 2015 17:30:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8641) (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036204#comment-15036204 ] ASF GitHub Bot commented on CB-8641: ------------------------------------ Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46445757 --- Diff: README.md --- @@ -230,6 +230,10 @@ __Parameters__: - Download requests is being cached by native implementation. To avoid caching, pass `if-Modified-Since` header to download method. +### Windows Quirks + +- Usage of [BackgroundDownloader](https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.backgroundtransfer.backgrounddownloader.aspx) entails the latency issues on Windows Phone. You can use XHR or [HttpClient](https://msdn.microsoft.com/en-us/library/windows/apps/windows.web.http.httpclient.aspx) as a quicker alternative for small downloads. --- End diff -- Just "Windows", not "Windows Phone". I'm pretty sure this is not a phone-only issue since the APIs are the same on Windows desktop. Also, is the reader going to understand what the "latency issues" are, or does it need more explanation here? > (Windows Phone 8.1) Some file-transfer plugin tests occasionally fail in mobilespec > ----------------------------------------------------------------------------------- > > Key: CB-8641 > URL: https://issues.apache.org/jira/browse/CB-8641 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File Transfer > Reporter: Alexander Sorokin > Priority: Minor > Fix For: Master > > > Some file-transfer plugin tests occasionally fail in mobilespec: > File-transfer.spec.10 download should be stopped by abort() right away > File-transfer.spec.21 upload should be stopped by abort() right away > The issue seems to be caused by insufficient timeout and could be fixed by increasing it. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org