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
The method "spl_object_hash" can issue the same hash for two different objects if one of the objects has been destroyed (i.e. garbage collector run).
This hash collision can cause a request to pass without actually adding the path.
See the notes for "spl_object_hash" in the PHP documentation: http://php.net/manual/en/function.spl-object-hash.php
Send multiple requests with the same HTTP client.
The text was updated successfully, but these errors were encountered:
this is being discussed in #113 - glad if you can have a look at the discussion (not the current code change) and give your input
Sorry, something went wrong.
This will be fixed in 2.x
No branches or pull requests
Behavior
The method "spl_object_hash" can issue the same hash for two different objects if one of the objects has been destroyed (i.e. garbage collector run).
This hash collision can cause a request to pass without actually adding the path.
See the notes for "spl_object_hash" in the PHP documentation: http://php.net/manual/en/function.spl-object-hash.php
Steps to Reproduce
Send multiple requests with the same HTTP client.
Possible Solutions
The text was updated successfully, but these errors were encountered: