Make WordPress Core

Opened 7 years ago

Closed 6 years ago

#42490 closed enhancement (fixed)

Add status description for HTTP 103

Reported by: johnbillion's profile johnbillion Owned by: johnbillion's profile johnbillion
Milestone: 5.1 Priority: low
Severity: normal Version:
Component: HTTP API Keywords:
Focuses: Cc:

Description

HTTP status code 103 has been approved by the IETF. The status code description is Early Hints.

The description should be added to the get_status_header_desc() function.

Attachments (2)

42490.patch (589 bytes) - added by Dhruvin 7 years ago.
Added HTTP status code 103 with description to get_status_header_desc() function
42490.2.diff (495 bytes) - added by audrasjb 6 years ago.
update @since to 5.0.3

Download all attachments as: .zip

Change History (14)

@Dhruvin
7 years ago

Added HTTP status code 103 with description to get_status_header_desc() function

#1 @Dhruvin
7 years ago

  • Keywords has-patch added; needs-patch removed

#2 @johnbillion
7 years ago

  • Component changed from General to HTTP API
  • Owner set to johnbillion
  • Status changed from new to reviewing

#3 @johnbillion
7 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 42207:

HTTP API: Add support for a description for HTTP status code 103.

Props Dhruvin

Fixes #42490

#4 @johnbillion
7 years ago

  • Keywords needs-unit-tests added; good-first-bug has-patch removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

Turns out we have tests for this! And I wrote them! And they're failing!

#5 @johnbillion
7 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 42208:

HTTP API: Add a WP_Http class constant for the HTTP status code 301.

Fixes #42490

#6 @johnbillion
6 years ago

  • Keywords needs-patch added; needs-unit-tests removed
  • Milestone changed from 5.0 to 5.1
  • Resolution fixed deleted
  • Status changed from closed to reopened

@since needs updating

#7 @johnbillion
6 years ago

  • Milestone changed from 5.1 to 5.0.1

#8 @pento
6 years ago

  • Milestone changed from 5.0.1 to 5.0.2

#9 @pento
6 years ago

  • Milestone changed from 5.0.2 to 5.0.3

@audrasjb
6 years ago

update @since to 5.0.3

#10 @audrasjb
6 years ago

  • Keywords commit added

42490.2.diff updates @since to 5.0.3.

#11 @desrosj
6 years ago

  • Keywords needs-patch commit removed
  • Milestone changed from 5.0.3 to 5.1

Since this is in trunk and not the 5.0 branch and is outside of the 5.0.3 scope, the @since should be changed to 5.1.0.

#12 @desrosj
6 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 44383:

Docs: Update since tag for HTTP status code 103 support.

Originally added in [42207].

Fixes #42490.

Note: See TracTickets for help on using tickets.