24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Merge branch 'master' of github.com:processone/ejabberd

This commit is contained in:
Evgeniy Khramtsov 2013-09-19 19:00:08 +10:00
commit ae4356265f

View File

@ -201,8 +201,8 @@ parse_headers(#state{request_method = Method,
trail = Data} = trail = Data} =
State) -> State) ->
PktType = case Method of PktType = case Method of
undefined -> http; undefined -> http_bin;
_ -> httph _ -> httph_bin
end, end,
case erlang:decode_packet(PktType, Data, []) of case erlang:decode_packet(PktType, Data, []) of
{ok, Pkt, Rest} -> {ok, Pkt, Rest} ->