-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core 2.0 Prototype: Merge "move buffering" and "response.Content" to …
…a single PR (#41907) * initial rework * continued refactor * WIP * nits * fix and add some tests * update * update * fix * fix * fix * fix * Add messages to Debug.Asserts; update test to opt-out of buffering * plumb through network timeout from clientoptions * more test fixes * move template call into Azure.Core base type * fix and address tests that rely on transport not buffering * set NetworkTimeout in Pipeline.Send * add functional tests for buffering * update * refactor * reorg * refactor * nits * nit * rewwork a bit * rewwork a bit * updates * fix * initial move * clientmodel tests * Azure.Core implementation * export API * bug fix * updates * fix internal timeout property issue * bug fix * fix where dispose is called before buffer * bug fix * fix * updates from clientmodel PR * instrumentation for debugging async issue * remove instrumentation * bug fix and remove more instrumentation * updates * more cleanup * update * updates * keep in sync with PR to main * updates * add test for async exception factory
- Loading branch information
1 parent
b3b1425
commit 5ede910
Showing
50 changed files
with
1,454 additions
and
998 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.