ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
205 stars 25 forks source link

Don't override `pathname` in `transformUrl` #207

Closed slvrtrn closed 10 months ago

slvrtrn commented 10 months ago

Summary

See the discussion. Before these changes, host such as http://proxy:8123/clickhouse will always lose its /clickhouse pathname segment after the transformUrl call. Now, it is preserved.

Checklist