Ticket #8249: 8249.r9729.diff
File 8249.r9729.diff, 448 bytes (added by , 17 years ago) |
---|
-
http.php
250 250 $r['headers']['Content-Length'] = strlen($r['body']); 251 251 } 252 252 253 if ( ! isset( $r['headers']['Content-Length'] ) && ! isset( $r['headers']['content-length'] ) ) 254 $r['headers']['Content-Length'] = strlen($r['body']); 255 253 256 $transports = WP_Http::_postTransport($r); 254 257 } 255 258