mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-06 15:37:52 +01:00
8b13226d00
This changes what happens to request received with out of order rid, previously response to such request was send immediately, and client was free to submit another request, which triggered item-not-found if it was delivered before request with missing rid. This change make us wait for sending response to out of order request until request with missing rid arrives. It also queues all outgoing data before that condition is meet. |
||
---|---|---|
.. | ||
ejabberd_http_bind.erl | ||
ejabberd_http_poll.erl | ||
ejabberd_http.erl | ||
ejabberd_http.hrl | ||
ejabberd_web_admin.erl | ||
ejabberd_web_admin.hrl | ||
ejabberd_web.erl | ||
http_bind.hrl | ||
Makefile.in | ||
Makefile.win32 | ||
mod_http_bind.erl | ||
mod_http_fileserver.erl | ||
mod_register_web.erl |