EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 19 forks source link

fix: cleanup after geteocoverageset cancelled #539

Closed lubojr closed 2 years ago

lubojr commented 2 years ago

fixes https://github.com/EOxServer/eoxserver/issues/538

utilizes StreamingHttpRequest close method https://github.com/django/django/blob/stable/3.2.x/django/http/response.py#L281-L292