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

Support Chunk encoding #5754

Open
benjamreis opened this issue Jun 28, 2024 · 0 comments
Open

Support Chunk encoding #5754

benjamreis opened this issue Jun 28, 2024 · 0 comments

Comments

@benjamreis
Copy link
Contributor

For some XO feature:

  • Full Replication: export VM as XVA and stream into the import
  • Incremental Replication: export VDI as VHD and stream into the import

I believe in both exports, XAPI do not provide a content-length header but XAPI doesn't not support chunk encoding either so a content-length header msut be provided by XO.
Or this results in:

<html><body><h1>HTTP 500 internal server error</h1>An unexpected error occurred; please wait a while and try again. If the problem persists, please contact your support representative.<h1> Additional information </h1>IMPORT_ERROR_CANNOT_HANDLE_CHUNKED: [  ]</body></html>

Would it be possible for either having the content length info when doing the export or to implement chunk encoding support so that XO doesn't have to specify the length header?

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