Response status code are incorrect, sometimes
Following #272 (closed), we detected that here and there the status code returned in the HTTP Responses are incorrects.
For instance carbon.views.get_all_ghgi
returns a 201_CREATED
instead of a 200_OK
.
As a nasty side effect this defeat default mecanisms in (Apache) reverse proxy (caching, compression ...)
Edited by Matt