X Tutup
Skip to content

fix(http): return Response headers#5398

Closed
robwormald wants to merge 2 commits intoangular:masterfrom
robwormald:http-fix-response-headers
Closed

fix(http): return Response headers#5398
robwormald wants to merge 2 commits intoangular:masterfrom
robwormald:http-fix-response-headers

Conversation

@robwormald
Copy link
Copy Markdown
Contributor

Closes #5237

BREAKING CHANGE:

previously http would only error on network errors to match the fetch
specification. Now status codes less than 200 and greater than 299 will
cause Http's Observable to error. Closes angular#5130.
@robwormald
Copy link
Copy Markdown
Contributor Author

bah, will collapse into #5397

@robwormald robwormald closed this Nov 20, 2015
@robwormald robwormald deleted the http-fix-response-headers branch November 20, 2015 04:15
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Http response do not include headers

2 participants

X Tutup