Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Conversation

@badcorporatelogo
Copy link

SUMMARY

I've updated main (formerly master) to sync with the upstream repo from which this one is forked.

This PR merges current main (formerly master) into hbo/main (formerly hbo/master). The branch renaming was done in the repo settings. I've also added branch protections.

No conflicts.

WilliamsJason and others added 11 commits June 14, 2018 09:22
* Refactored use of async. No tight while-loops but instead using await and continue on background threads.

* Remove use of .Wait() to avoid potential deadlocks. increase use of ConfigureAwait, and remove await where not needed

* Simplified async code. Instead of forwarding to tasks and have to switch to ui thread, it's easier to just await and continue on the same thread here.

* First stab at using a custom http multipart content to avoid large memory consumption when installing large files.

* Changed implementation to Explicit

* Use proper separation between attachments

* Resolve header ordering issue in .NET, and force non-quoted boundary

* Boundary fixes.

* Update last merge

* StyleCop fixups

* Added streaming improvements to xbox's loose deploy as well
…orErrorHandling

Minor fix to avoid exception in error parsing case
…soft#297)

* Origin Address changed according MS policies for Device Portal

* support for non-default port
…oft#302)

* Support HoloLens 2 devices

* Delayed HTTP GET operation

* Allow unsafe HTTP headers for support large file downloading in Device Portal

* Removing unsupported Length parameter from delayed GET buffer

* fix unit tests

* fix post unexisting file test

* support for uploading large files
Fix bug that user was not able to get certificate
@elliot-nelson
Copy link
Member

LGTM.

@badcorporatelogo badcorporatelogo merged commit 9074f36 into hbo/main Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants