Make WordPress Core

Opened 4 months ago

Closed 4 months ago

Last modified 4 months ago

#60942 closed defect (bug) (fixed)

add HTTP 425 Too early status used in HTTP 3

Reported by: kkmuffme's profile kkmuffme Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.6 Priority: normal
Severity: normal Version:
Component: HTTP API Keywords: has-patch
Focuses: Cc:

Description

Available in HTTP 3 used for non-idempotent requests

Change History (7)

This ticket was mentioned in PR #6013 on WordPress/wordpress-develop by @kkmuffme.


4 months ago
#1

  • Keywords has-patch added

@kkmuffme commented on PR #6013:


4 months ago
#3

Created and assigned the ticket https://core.trac.wordpress.org/ticket/60942

#4 @SergeyBiryukov
4 months ago

  • Milestone changed from Awaiting Review to 6.6

#5 @SergeyBiryukov
4 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 57936:

HTTP API: Add support for a description for HTTP status code 425 (Too Early).

Reference: RFC 8470: Using Early Data in HTTP.

Follow-up to [5446], [6104], [10740], [27422], [36274], [36294], [42207].

Props kkmuffme, mukesh27, joemcgill.
Fixes #60942.

@SergeyBiryukov commented on PR #6013:


4 months ago
#6

Thanks for the PR! Merged in r57936.

#7 @SergeyBiryukov
4 months ago

In 57937:

Docs: Correct @since version for status code 425 in get_status_header_desc().

Follow-up to [57936].

See #60942.

Note: See TracTickets for help on using tickets.