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

Transfer-Encoding: chunked #2

Open
MSevey opened this issue Mar 22, 2021 · 1 comment
Open

Transfer-Encoding: chunked #2

MSevey opened this issue Mar 22, 2021 · 1 comment

Comments

@MSevey
Copy link
Contributor

MSevey commented Mar 22, 2021

Issue by xloem
Tuesday Oct 06, 2020 at 23:38 GMT
Originally opened as NebulousLabs/go-skynet#27


In the python sdk, there used to be an option for http/1.1 chunked uploading. This way of posting a single block of data provides for streaming uploads where the size of the data is not known in advance. (I was actually using this feature and trying to port it forward in the python sdk)

I didn't find an interface for this in the go sdk to copy to the new python sdk, but the servers seem to still support it fine. Is there a plan for this feature?

@MSevey
Copy link
Contributor Author

MSevey commented Mar 22, 2021

Comment by m-cat
Wednesday Oct 07, 2020 at 10:31 GMT


Is there a plan for this feature?

Not right now, I would like to support it but we're short on manpower. The skynet-js SDK is our current top priority.

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