Loïc Hoguin
Loïc Hoguin
Sounds like `SO_REUSEADDR` on Linux is equivalent to `SO_REUSE_ADDR` + `SO_EXCLUSIVEADDR` on Windows. Might be worth patching OTP to support it. Alternatively the new `socket` NIF should be made to...
Looking into using Proper now and running into a minor issue. In https://github.com/manopapad/proper/commit/a57a6c64c5493b48da2c305c0cabb69204492798 colors were added, with no apparent way to disable them. In addition it does not respect the...
At least on platforms that support XDG.
``` OTP-14734 Application(s): erts Related Id(s): ERL-496 BIFs now behave like ordinary functions with regard to tracing, allowing call_count tracing and fixing a few bugs where return trace messages were...
Also fix the OTP docs to indicate which flag enables the `gc_major_*` messages.
Trying to fetch from git+ssh from a new host that wasn't yet added to the list of allowed hosts: ``` ===> Verifying dependencies... ===> Fetching cowboy ({git,"[email protected]", {tag,"secret-tag"}}) ===> Failed...
HTTP/3
Obviously a work in progress. It's mostly done now. Experimenting is welcome. Building: it's complicated. Either figure it out or wait for something more stable.
The main problem is that the test suite requires Python 2 which is no longer available. No workaround, including using the Docker image, is satisfying. We could "rewrite" by taking...
Is currently experimental, must be finished up (added to cowboy_tls if necessary) and a companion option to disable upgrade to HTTP/2 should be added.
Companion PR to https://github.com/ninenines/cowboy/pull/1599