diff --git a/docs/client_advanced.rst b/docs/client_advanced.rst index 8829115a6ac..555ca9a0f28 100644 --- a/docs/client_advanced.rst +++ b/docs/client_advanced.rst @@ -206,8 +206,11 @@ To tweak or change *transport* layer of requests you can pass a custom .. note:: - You can not re-use custom *connector*, *session* object takes ownership - of the *connector*. + By default *session* object takes the ownership of the connector, among + other things closing the connections once the *session* is closed. If + you are keen on share the same *connector* through different *session* + instances you must give the *connector_owner* parameter as **False** + for each *session* instance. .. seealso:: :ref:`aiohttp-client-reference-connectors` section for more information about different connector types and