Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Foundation] Ensure that post requests are not cached by the native c…
…ode. (#14739) The behaviour from apple is wrong, PUT and POST are differnet in that PUT is idempotent. Calling PUT several times successively has the same effect (that is no side effect), where successive identical POST may have additional effects We should not let the native code cache the calls. Co-authored-by: Manuel de la Pena <[email protected]>
- Loading branch information
43e060a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests on macOS Mac Catalina (10.15) passed ✅
Tests passed
All tests on macOS Mac Catalina (10.15) passed.
Pipeline on Agent
[Foundation] Ensure that post requests are not cached by the native code. (#14739)
43e060a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests on macOS M1 - Mac Big Sur (11.5) passed ✅
Tests passed
All tests on macOS M1 - Mac Big Sur (11.5) passed.
Pipeline on Agent
[Foundation] Ensure that post requests are not cached by the native code. (#14739)
43e060a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌
Tests failed on VSTS: simulator tests iOS.
Test results
5 tests failed, 229 tests passed.
Failed tests
Pipeline on Agent XAMBOT-1042.Monterey'
[Foundation] Ensure that post requests are not cached by the native code. (#14739)