Opened 7 years ago
Closed 6 years ago
#42490 closed enhancement (fixed)
Add status description for HTTP 103
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (14)
#2
@
7 years ago
- Component changed from General to HTTP API
- Owner set to johnbillion
- Status changed from new to reviewing
#4
@
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!
#6
@
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
Note: See
TracTickets for help on using
tickets.
Added HTTP status code 103 with description to
get_status_header_desc()
function