Re: [whatwg/url] Multi hosts URLs (#398)

Ok, separate, but still in whatwg/url or not?

Let's close so

nodejs's `url.parse` is not throwing, but not giving the 'expected' result as well

```js
Url {
  protocol: 'https:',
  slashes: true,
  auth: 'foo',
  host: 'server1.foo.ai:7998',
  port: '7998',
  hostname: 'server1.foo.ai',
  hash: null,
  search:
   '?authMechanism=X509&replicaSet=rs0&ssl=true&sslValidate=true',
  pathname: '/:7998,server2.foo.ai:7998,server3.foo.ai/data',
  path:
   '/:7998,server2.foo.ai:7998,server3.foo.ai/data?authMechanism=X509&replicaSet=rs0&ssl=true&sslValidate=true' }
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/398#issuecomment-400982986

Received on Thursday, 28 June 2018 10:03:28 UTC