Mathias LANG

Results 614 comments of Mathias LANG

Ping @michael-yuji . Also master has a new way of detecting openssl: originally, we relied on the `openssl` binary, but on master `pkg-config` takes precedence.

@michael-yuji : Can you still reproduce the issue with the latest release ?

> I think the fix for this should be in user code [...] Why would one want this behavior ?

I used the same method as https://github.com/vibe-d/vibe.d/issues/1462 to test (adding a writeln of `/proc/self/fd`). The test case is @dhasenan 's with the addition `writeln` / `import`s: ```D /+ dub.json: {...

> The autotester logs show no failures, but list the tests as failing. It does, but since the tests are run in parallel, the output is intertwined. ``` Testing cycle_abort...

As a side note, I've seen this Exception triggered frequently when one of the side of a connection dies.

@s-ludwig : I was looking at this again and got a bit puzzled. You mentioned: > where just a host name is accepted as a valid URL (which it isn't)....

But RFC1738 is obsolete (although there's probably a lot of overlap)... The RFC tracker doesn't make this very obvious, but AFAIK the "proper" RFC for would be [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986). That's...

Note the [goals](https://url.spec.whatwg.org/#goals) section.