:orphan: .. title:: DOWNLOAD_CLIENT_MAX_RESPONSE_SIZE .. option:: CONFIG_DOWNLOAD_CLIENT_MAX_RESPONSE_SIZE *Response size* Type: ``int`` Help ==== Buffer to accommodate for the HTTP response. Must be large enough to accomodate for a full fragment. Direct dependencies =================== \ :option:`DOWNLOAD_CLIENT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`DOWNLOAD_CLIENT_MAX_FRAGMENT_SIZE ` Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/net/lib/download_client/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:16`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/net/Kconfig:8`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/net/lib/Kconfig:9`` Menu path: (Top) → Modules → Nordic nRF Connect → Networking → Application protocols → Download client .. parsed-literal:: config DOWNLOAD_CLIENT_MAX_RESPONSE_SIZE int "Response size" default \ :option:`DOWNLOAD_CLIENT_MAX_FRAGMENT_SIZE ` depends on \ :option:`DOWNLOAD_CLIENT ` help Buffer to accommodate for the HTTP response. Must be large enough to accomodate for a full fragment. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*