aiidateam / aiida-restapi

AiiDA Web API for data queries and workflow management.
https://aiida-restapi.readthedocs.io
MIT License
10 stars 7 forks source link

Remove redundant streaming in download of file #77

Closed agoscinski closed 2 days ago

agoscinski commented 1 week ago

In PR #71 a streaming mechanism has been implemented for the endpoint /nodes/{nodes_id}/download, this however is already taken care by FastAPI StreamingResponse and is therefore redundant and can be removed.