forked from microsoft/WindowsDevicePortalWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge main into hbo/main #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
approved these changes
Aug 25, 2021
LGTM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
I've updated
main
(formerlymaster
) to sync with the upstream repo from which this one is forked.This PR merges current
main
(formerlymaster
) intohbo/main
(formerlyhbo/master
). The branch renaming was done in the repo settings. I've also added branch protections.No conflicts.