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.
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
Add Progress Listener Invocation methods to Asynchronous and Synchronous code paths #5044
base: feature/anirudkr-progress-listener
Are you sure you want to change the base?
Add Progress Listener Invocation methods to Asynchronous and Synchronous code paths #5044
Changes from 65 commits
588b102
da26d3e
99febb6
7e70224
5e9057e
e607d6c
3d26526
48a6617
b096765
b558e6b
07f2bfb
d2a3253
eaf9470
276fb70
7b24093
a943002
1d56ce2
7c1978b
2e66a9a
3ffbca2
2dfdef7
713f6c1
ba7b059
dbdd27d
29259df
16e06b7
54caa47
ef05f6b
631f674
700bd5e
06f811b
3faf34e
8946bc2
8f18496
6eacf65
af77917
43dd6a2
6b16403
7a3db5a
3f0db6b
5d1fc49
d3efc8e
98a2a85
51ac003
210c8ed
6509782
944a76d
d5f1258
582c724
55a9bd8
8756570
06f2c2d
a604bd3
be2f663
a04b6eb
dea870b
e0e5e23
89b9f0a
13a8461
fa580e4
2d9cfe7
b40b3e1
ab9445d
3eb5af9
f6f2c25
5239d3c
e807dab
3d472c1
bb99253
430f198
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems requestProvider() returns AsyncRequestBody which is for async code path, what about sync?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is only to track the bytes published in the Async request code path; I still have not found a way to track the sync req. Wil put that out in the next pr