Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HttpResponseObserver
: add default impl for onResponseDataRequested
(
#2243) Motivation: When we added two new callbacks in #2230, we forgot to add a default impl for one of them. Modifications: - Add default noop impl for `HttpResponseObserver#onResponseDataRequested(long)`; Result: `HttpResponseObserver` is backward compatible for existing users.
- Loading branch information