GitHub user sviluppatoribk opened a pull request:

    https://github.com/apache/cordova-plugin-file-transfer/pull/85

    Gzip support for wp8.x platform in download response

    Actually WP platform does not support gzip decompression if you send 
"Accept-Encoding:gzip" header on download request (Android and iOS platform 
altready support it). 
    
    With this fix we have a drastically improvement of download performance on 
WP8.x platform (only when server support compression of course).
    
    I have included Microsoft System.IO.Compression.dll 
(https://www.nuget.org/packages/Microsoft.Bcl.Compression/3.9.85)
    for compatibility with WP8.0 platform. 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sviluppatoribk/cordova-plugin-file-transfer 
master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file-transfer/pull/85.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #85
    
----
commit 3aa82e0b7ceee9a88e9818ca17d86290aae3d28e
Author: sviluppatoribk <[email protected]>
Date:   2015-05-21T13:20:17Z

    Added gzip support for wp platform

commit bf27e20fddbb5ee8830e8da2afb4478e88cb75c9
Author: sviluppatoribk <[email protected]>
Date:   2015-05-21T13:21:05Z

    Added compression dll for wp gzip support

commit 70060e2163a5c7be8b5ce977a1ed1f23298cfa3c
Author: sviluppatoribk <[email protected]>
Date:   2015-05-21T13:53:40Z

    Added Compression dll

commit 0e518171c13686b4789a9519910906d6d19ac18a
Author: sviluppatoribk <[email protected]>
Date:   2015-05-21T14:10:49Z

    Update plugin.xml

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to