opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
110 stars 58 forks source link

[BUG] Cleanup trailing slash in the given URL #138

Closed shyim closed 1 year ago

shyim commented 1 year ago

What is the bug?

Add to the URL a trailing slash like http://127.0.0.1:49155/ and all queries are broken

How can one reproduce the bug?

The tests should still run with a trailing slash at the end

What is the expected behavior?

Remove trailing / on given URL to the client

What is your host/environment?

https://github.com/symfony-cli/symfony-cli/pull/299