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

Multisegment download support #61

Open
pandomic opened this issue May 13, 2021 · 0 comments
Open

Multisegment download support #61

pandomic opened this issue May 13, 2021 · 0 comments

Comments

@pandomic
Copy link

pandomic commented May 13, 2021

It is currently impossible to perform multisegmented downloads.

Sometimes we may have multiple downloadable segments coming from EBICS. In this case, the first request/response pair is transferred in Initialisation phase. Following requests are delivered in Transfer phase and may not contain a transaction key. After all segments have been transferred, the client may request a Receipt.

Diagram from spec:
image

Proposed PR contains a loop that makes requests until the last segment is received from EBICS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant