mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Clean state between requests in ejabberd_http
This commit is contained in:
parent
063737e4f5
commit
c41bab9ca0
@ -528,7 +528,7 @@ process_request(#state{request_method = Method,
|
|||||||
_ ->
|
_ ->
|
||||||
none
|
none
|
||||||
end,
|
end,
|
||||||
{State2, Res}
|
{State2#state{trail = <<>>}, Res}
|
||||||
end.
|
end.
|
||||||
|
|
||||||
make_bad_request(State) ->
|
make_bad_request(State) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user