[erlang-questions] Where is the erlang:decode_packet implemented?

allanruin boxoxod@REDACTED
Sun May 6 04:36:20 CEST 2012


I heard that decode_packet was implemented in
"erts/emulator/beam/erl_bif_port.c and erts/emulator/beam/packet_parser.c "
however, in Erlang R14B04, I can't found these files.Besides, I see a page
explaining how to extract POST DATA use decode_packet, but it use 'list' in
gen_tcp:listen ,if I use 'binary', will it be more efficient? and if I use
'binary' mode, can I still parse the HTTP REQUEST header using
decode_packet? I tried to figure this out, but I think the documentation is
kind of too complex to understand. Thank you all in advance.

--
View this message in context: http://erlang.2086793.n4.nabble.com/Where-is-the-erlang-decode-packet-implemented-tp4612240.html
Sent from the Erlang Questions mailing list archive at Nabble.com.



More information about the erlang-questions mailing list