revproxy/response.py
Showing 1 of 1 total issue
Function get_django_response
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
def get_django_response( proxy_response, strict_cookies=False, streaming_amount=None): """This method is used to create an appropriate response based on the Content-Length of the proxy_response. If the content is bigger than
- Read upRead up