It used to be that to have extra debug information, it was enough to do the following
You can activate some runtime debugging by setting `COHTTP_DEBUG` to any
value, and all requests and responses will be written to stderr. Further
debugging of the connection layer can be obtained by setting `CONDUIT_DEBUG`
to any value.
This does no longer work in conduit/cohttp 3.0. What is the alternative?
It used to be that to have extra debug information, it was enough to do the following
This does no longer work in conduit/cohttp 3.0. What is the alternative?