Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-21 | fix: filedescriptor leak from http_adapters | Azul | |
Now we reuse a single adapter for all requests triggered by an incoming request. Then we .terminate the adapter. Includes a regression test. | |||
2016-09-10 | refactor: remove global require in test_helper | Azul | |
require all the things we depend upon where we depend upon them. | |||
2016-08-31 | wip: key lookup by address via leaps nicknym | Azul | |
I added a RequestHandler that uses Nicknym::Source - but that has not been implemented yet. |