Opened 11 years ago
Closed 11 years ago
#25074 closed defect (bug) (fixed)
Incorrect documentation about HTTP/1.1 support
Reported by: | leewillis77 | Owned by: | dd32 |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | Cc: |
Description
The initial set of comments in wp-includes/class-http.php states:
"Handles [...] chunk decoding, if HTTP 1.1"
http://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-http.php#L5
However, later on, the comments claim "Version 1.1 is not supported, because of chunk response"
http://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-http.php#L58
I think that 1.1 is supported, as is chunk decoded - http://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-http.php#L469
If that's the case, then the documentation should be updated as per the attached patch.
Attachments (1)
Change History (7)
#3
@
11 years ago
- Component changed from HTTP to Inline Docs
- Milestone changed from Awaiting Review to 3.7
Note: See
TracTickets for help on using
tickets.
Documentation update patch