[erlang-questions] How to see debug messages of
Allen Kim
bighostkim@REDACTED
Sat Sep 24 19:02:07 CEST 2011
Hi
I m having some issues of having 1% of httpc:request/4 ends up with
{error, socket_closed_remotely}, 99 % are good with 200.
I want to debug what's happening inside and I saw there are debug message
already in code.
What should I do to see those ?hcrd/2 messages?
-module(httpc_handler).
-behaviour(gen_server).
...
connect_and_send_first_request(Address,
#request{settings = Settings,
headers = Headers,
address = OrigAddress,
scheme = Scheme} = Request,
#state{options = Options} = State) ->
* ?hcrd("connect",*
* [{address, Address}, {request, Request}, {options, Options}]),*
.....
Allen Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110924/9824fa16/attachment.htm>
More information about the erlang-questions
mailing list