You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can define unix domain socket addresses and linux's "abstract unix domain" addresses in ExternalServer [1] and in Network [2] but connect() does not support this.
Error messages:
TypeError: Specified address is missing port.
TypeError: Specified address is missing hostname.
or
TypeError: Specified address could not be parsed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
You can define unix domain socket addresses and linux's "abstract unix domain" addresses in
ExternalServer
[1] and inNetwork
[2] butconnect()
does not support this.Error messages:
TypeError: Specified address is missing port.
TypeError: Specified address is missing hostname.
or
TypeError: Specified address could not be parsed.
[1] https://github.com/cloudflare/workerd/blob/main/src/workerd/server/workerd.capnp#L653
[2] https://github.com/cloudflare/workerd/blob/main/src/workerd/server/workerd.capnp#L716
Beta Was this translation helpful? Give feedback.
All reactions