Skip to content

refactor(http): HttpResponseBase.statusText#64176

Closed
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:fix/23334
Closed

refactor(http): HttpResponseBase.statusText#64176
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:fix/23334

Conversation

@JeanMeche
Copy link
Copy Markdown
Member

Since HTTP/2, responses no longer contain a status text besides the status code, which caused our default value of 'OK' to be used in HttpErrorResponse.message.

DEPRECATED: HttpResponseBase.statusText is deprecated

Copy link
Copy Markdown
Contributor

@thePunderWoman thePunderWoman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

reviewed-for: fw-general, public-api

@pullapprove pullapprove bot requested a review from mmalerba October 1, 2025 15:29
@angular-robot angular-robot bot added the area: common/http Issues related to HTTP and HTTP Client label Oct 1, 2025
@ngbot ngbot bot added this to the Backlog milestone Oct 1, 2025
Since HTTP/2, responses no longer contain a status text besides the status code, which caused our default value of 'OK' to be used in HttpErrorResponse.message.

DEPRECATED: `HttpResponseBase.statusText` is deprecated
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Oct 1, 2025
@JeanMeche JeanMeche changed the title refactor(deprecate): HttpResponseBase.statusText refactor(http): HttpResponseBase.statusText Oct 1, 2025
@JeanMeche JeanMeche added target: major This PR is targeted for the next major release and removed target: patch This PR is targeted for the next patch release labels Oct 2, 2025
@mmalerba
Copy link
Copy Markdown
Contributor

mmalerba commented Oct 2, 2025

This PR was merged into the repository. The changes were merged into the following branches:

@mmalerba mmalerba closed this in 0e4e17c Oct 2, 2025
napulitanfrontend pushed a commit to napulitanfrontend/angular that referenced this pull request Oct 10, 2025
Since HTTP/2, responses no longer contain a status text besides the status code, which caused our default value of 'OK' to be used in HttpErrorResponse.message.

DEPRECATED: `HttpResponseBase.statusText` is deprecated

PR Close angular#64176
@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 Nov 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: common/http Issues related to HTTP and HTTP Client detected: deprecation PR contains a commit with a deprecation target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants