We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been having issues with Curl for the last few days, in Transport\Curl.php.
Transport\Curl.php
In order to identify the issue, I updated the exception thrown when $response === false in makeRequest().
$response === false
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.
CURLOPT_HTTP_VERSION
CURL_HTTP_VERSION_1_0
What do you think ? Am I the only one getting this error ?
The text was updated successfully, but these errors were encountered:
hi @bmancone I am facing the same issue . how did you resolve this ?
Sorry, something went wrong.
No branches or pull requests
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
inmakeRequest()
.Here is the log :
It appears that a fix would be to set
CURLOPT_HTTP_VERSION
toCURL_HTTP_VERSION_1_0
.What do you think ? Am I the only one getting this error ?
The text was updated successfully, but these errors were encountered: