Loïc Hoguin

Results 114 issues of Loïc Hoguin

This used to work when used as an Erlang.mk dependency, but doesn't anymore. Before, autopatch was applied because Erlang.mk thought it was a rebar project, now it doesn't because it...

I can see extra CR invisible characters in the downloaded output files, the line endings become CRCRLF instead of just CRLF, and my browser and editors display an extra line...

artifacts

See https://github.com/erlang/otp/pull/5831 for details as to why it's faster to do that. Might not be worth doing in many parts of Cowboy, but some like Websocket or the loop handlers...

The function `prepare_data/6` may call `maybe_terminate_stream/3` and send an `RST_STREAM` before returning and sending the data buffered. The stream should be terminated AFTER we flush the buffer.

See http://blog.erlang.org/ssl-logging-in-otp-22/ for a full description. One could enable debug logging in Cowboy to see all the packets transmitted and what Cowboy thinks of them, something like that. Could make...

Can take inspiration from http://ezgr.net/increasing-security-erlang-ssl-cowboy/ for example.

Feature request

To make it easier to deal with different implementations (like Gun). https://github.com/ninenines/cowboy/pull/1287#event-1659654509

The following steps remain to be done: * get_modules need to be implemented. Problem is OTP doesn't allow supervisors to have a dynamic list of modules. * format_status and proper...

For example if `info/3` is not defined Cowboy will loop trying to inform the stream handler about a 500 response over and over. This applies to both `cowboy_http` and `cowboy_http2`....

Bug