Changeset 25150 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 08/28/2013 04:58:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r25149 r25150 173 173 } 174 174 175 if ( '1.1' == $r['httpversion'] && !isset( $r['headers']['connection'] ) ) { 176 $r['headers']['connection'] = 'close'; 177 } 178 175 179 // Construct Cookie: header if any cookies are set 176 180 WP_Http::buildCookieHeader( $r );
Note: See TracChangeset
for help on using the changeset viewer.