cloudflare / miniflare

🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.
https://miniflare.dev
MIT License
3.78k stars 205 forks source link

Fix Address Parsing for Hyperdrive #727

Closed tmthecoder closed 1 year ago

tmthecoder commented 1 year ago

I mistakenly listed url.host as the hostname while it should have been url.hostname as the url.host contains the port, causing a formatting issue when we append the post to the address when creating the runtime service

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: f93fd540a0d9761ca135072fcb79c995b582bdbc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR