VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

Return 204 when responding head request #132

Open nicolasmoreau opened 6 years ago

nicolasmoreau commented 6 years ago

views.py has been modified to avoid the execution of the generator in case of a head request ( even though the result was not sent).

Some modifications made previously in the generator for the broadening in starkb have been removed in order to use the code shared by everyone.

ivh commented 5 years ago

Hi Nicolas!

Sorry for not merging this earlier! Is there any reason not to pull all changes from your fork into the main branch?

cheers