def handle_request()

in src/functions_framework/_http/gunicorn.py [0:0]


    def handle_request(self, req, conn):
        with ThreadingTimeout(TIMEOUT_SECONDS):
            super(GThreadWorkerWithTimeoutSupport, self).handle_request(req, conn)