Michael Truog
Michael Truog
* Ubuntu 20.04 and 18.04 use a libdwarf include directory (probably to avoid confusion with the separate `dwarf.h` file)
* Dl_info is required when BACKWARD_SYSTEM_LINUX is defined (was a problem for BACKWARD_HAS_DW == 1)
This change is basic/small, though you may want to handle the makefile dependencies in a different way (this is just the simple approach that doesn't break anything). The reason for...
* Allow a single set-cookie binary as a response header value (assuming the value is a list occurs when it isn't a binary)
Currently, if HTTP/1.1 is used with a cowboy connection that has been configured with `connection_type == worker`, the first request will succeed with the connection and a second request performed...
With cowboy1 source code using `{ping,}` worked. However, with the current master branch source code `{ping,}` may be provided though the connection doesn't get a `{pong, _}` in the future....
In the API HTML documentation: The example urls currently have the `.erl` suffix. This needs to change to a `.json` suffix and example request/response data should be added below. The...
Continues #110. Need to: - Add emysql package
The \0 delimiter used for key/value data currently limits usage to text key/value data. Should add lengths so that binary data can be provided in the key/value format for RequestInfo/ResponseInfo.
There are a few things that would make this repository easier to use: 1. `ewkb` module should have a `epgsql_` prefix because it exists as part of this Erlang application....