1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Clean state between requests in ejabberd_http

This commit is contained in:
Paweł Chmielowski 2018-05-15 14:25:19 +02:00
parent 063737e4f5
commit c41bab9ca0

View file

@ -528,7 +528,7 @@ process_request(#state{request_method = Method,
_ ->
none
end,
{State2, Res}
{State2#state{trail = <<>>}, Res}
end.
make_bad_request(State) ->