Opened 13 years ago
Closed 13 years ago
#25074 closed defect (bug) (fixed)
Incorrect documentation about HTTP/1.1 support
| Reported by: | leewillis77 | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Inline Docs | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Documentation update patch