neo4jphp icon indicating copy to clipboard operation
neo4jphp copied to clipboard

Curl : Problem (2) in the Chunked-Encoded data

Open bmancone opened this issue 10 years ago • 1 comments

I've been having issues with Curl for the last few days, in Transport\Curl.php.

In order to identify the issue, I updated the exception thrown when $response === false in makeRequest().

Here is the log :

[Everyman\Neo4j\Exception]                                                                                    

[Can't open connection to http://127.0.0.1:7474/db/data/index/node] [Problem (2) in the Chunked-Encoded data]

It appears that a fix would be to set CURLOPT_HTTP_VERSION to CURL_HTTP_VERSION_1_0.

What do you think ? Am I the only one getting this error ?

bmancone avatar May 26 '14 11:05 bmancone

hi @bmancone I am facing the same issue . how did you resolve this ?

vamsiikrishna avatar Jan 20 '16 18:01 vamsiikrishna