From bbafff92c639e227d9be204ed956f895d7c364e7 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Sat, 20 Mar 2010 09:52:11 +0000 Subject: Add missing type in erlang:decode_packet/3 --- lib/hipe/cerl/erl_bif_types.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hipe/cerl/erl_bif_types.erl b/lib/hipe/cerl/erl_bif_types.erl index 38342870e5..81ca837e45 100644 --- a/lib/hipe/cerl/erl_bif_types.erl +++ b/lib/hipe/cerl/erl_bif_types.erl @@ -4534,7 +4534,7 @@ t_decode_packet_option() -> t_tuple([t_atom('line_length'), t_non_neg_integer()])]). t_decode_packet_type() -> - t_sup(t_inet_setoption_packettype(), t_atom('httph')). + t_sup([t_inet_setoption_packettype(), t_atom('httph'), t_atom('httph_bin')]). t_dist_exit() -> t_sup([t_atom('kill'), t_atom('noconnection'), t_atom('normal')]). -- cgit v1.2.3