mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Clean state between requests in ejabberd_http
This commit is contained in:
parent
063737e4f5
commit
c41bab9ca0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue