Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix($http): stop $httpBackend coersion of falsy values to null before xh...#11579

Closed
samjacobclift wants to merge 1 commit into
angular:masterfrom
samjacobclift:fix_httpBackend_coersion_of_falsey_correct_commit_author
Closed

fix($http): stop $httpBackend coersion of falsy values to null before xh...#11579
samjacobclift wants to merge 1 commit into
angular:masterfrom
samjacobclift:fix_httpBackend_coersion_of_falsey_correct_commit_author

Conversation

@samjacobclift
Copy link
Copy Markdown

...r.send()

stop $httpBackend from potentially overriding false values to null when sending a falsy value to a web service via POST or PUT et al

… xhr.send()

stop $httpBackend from potentially overriding false values to null when sending a falsy value to a web service via POST or PUT et al
@johnhoffman
Copy link
Copy Markdown
Contributor

This passed: #11593. Apparently, the E2E tests can fail for extraneous reasons.

@gkalpak
Copy link
Copy Markdown
Member

gkalpak commented Apr 16, 2015

Just to be clear, it is (almost) always possible to say if the test failures are flakes or real failures by looking at the Travis job logs.

For the record, the test failures for this commit are real, but unrelated to this fix.
(Someone broke master with 2a156c2 😛, but it's all good now.)

Closing this in favor of #11593 (which has better test coverage).

@gkalpak gkalpak closed this Apr 16, 2015
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.

4 participants