fix(gw_gbt32960): parse state atom key error
This commit is contained in:
parent
a4da1d260a
commit
d30f0aa4a0
|
@ -62,7 +62,7 @@ serialize_opts() ->
|
||||||
parse(Bin, State) ->
|
parse(Bin, State) ->
|
||||||
case enter_parse(Bin, State) of
|
case enter_parse(Bin, State) of
|
||||||
{ok, Message, Rest} ->
|
{ok, Message, Rest} ->
|
||||||
{ok, Message, Rest, State#{parse => search_heading}};
|
{ok, Message, Rest, State#{phase => search_heading}};
|
||||||
{error, Error} ->
|
{error, Error} ->
|
||||||
{error, Error};
|
{error, Error};
|
||||||
{more_data_follow, Partial} ->
|
{more_data_follow, Partial} ->
|
||||||
|
|
Loading…
Reference in New Issue