-
- Downloads
[FIX] im_livecat: `HttpRequest.render` returns a Response
This revision is related to 100d604c The above revision aimed to add the correct `content-type` headers, the according route returning Javascript and not simple html. HttpRequest.render` returns a Response, and `make_response` doesn't expect a Response as first argument. In other words, this is not possible to make Reponse from a Response. `HttpRequest.render` accepts kwargs, including `headers`. opw-666898
Please register or sign in to comment