Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[api] when aborting on the client side, notify it to the connector side #2222

Closed
nao-pon opened this issue Sep 25, 2017 · 0 comments
Closed
Assignees
Labels

Comments

@nao-pon
Copy link
Member

nao-pon commented Sep 25, 2017

Overview (elFinder API >= 2.1029)

  • Include connection ID (reqid) in every request
  • Send the command abort including the connection ID id when interrupting on the client side
  • Correctly abort processing of the connection ID on the connector side

Example

  1. send a request cmd=size&targets%5B%5D=l1_Lw&reqid=15eb9663eef2e3
  2. User abort that request.
  3. send a request cmd=abort&id=15eb9663eef2e3&reqid=15eb96643f642
@nao-pon nao-pon self-assigned this Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant