ansible/changelogs/fragments/65307-get_url-return-status-code-on-http-304.yaml
Baptiste Mille-Mathias 32a8b620f3 [get_url] Return status_code on HTTP 304 (#65739)
Return field status_code on HTTP status 304 (implemented by lkthomas)
Add an integration test for this case.
Fixes #65263
2019-12-19 14:50:44 -05:00

3 lines
58 B
YAML

bugfixes:
- "On HTTP status code 304, return status_code"