Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

cURL error 56: Problem (2) in the Chunked-Encoded data #25

Open
burhandodhy opened this issue Jan 12, 2017 · 0 comments
Open

cURL error 56: Problem (2) in the Chunked-Encoded data #25

burhandodhy opened this issue Jan 12, 2017 · 0 comments

Comments

@burhandodhy
Copy link

Hi

On clicking "view version detail" link always return this message "Warning: An unexpected error occurred. Something may be wrong with WordPress.org". When i dig in code found that

$request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => false, 'body' => $api_params ) );

in

function api_request( $_action, $_data ){ }

always return curl error. cURL error 56: Problem (2) in the Chunked-Encoded data.

My PHP version is 5.323

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant