Skip to content
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

HttpResponseObserver: add default impl for onResponseDataRequested #2243

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

idelpivnitskiy
Copy link
Member

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.

Motivation:

When we added two new callbacks in apple#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.
@idelpivnitskiy idelpivnitskiy requested a review from tkountis June 8, 2022 16:17
@idelpivnitskiy idelpivnitskiy self-assigned this Jun 8, 2022
@idelpivnitskiy idelpivnitskiy merged commit 1f6e4ba into apple:main Jun 8, 2022
@idelpivnitskiy idelpivnitskiy deleted the HttpResponseObserver branch June 8, 2022 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants