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

Tolerate null header maps in HttpHeaderParser. #334

Merged
merged 1 commit into from
Apr 30, 2020
Merged

Conversation

jpd236
Copy link
Collaborator

@jpd236 jpd236 commented Apr 30, 2020

NetworkResponse#headers is documented as being nullable (now including
the @Nullable annotation), so we should be more tolerant of null values
when dealing with this field or header maps that commonly come from
this field.

NetworkResponse#headers is documented as being nullable (now including
the @nullable annotation), so we should be more tolerant of null values
when dealing with this field or header maps that commonly come from
this field.
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.

2 participants