Closed bdraco closed 2 months ago
docs/asyncio_blocking_operations.md (6)
Pattern `*/**(html|markdown|md)`: - For instructional content in documentation, use a direct and authoritative tone. Avoid expressions of politeness such as 'may' or 'please', and ensure the goal of the instruction is fronted. - Apply the Microsoft Style Guide to ensure documentation maintains clarity and conciseness. - In step-by-step instructions, front the location phrase in the instructional sentence. - In step-by-step instructions, front the 'goal' in the instructional sentence. - In step-by-step instructions, if in doubt what to front, front the 'goal' before the location phrase in the instructional sentence. - do not hyphenate terms like 'top-right' or 'bottom-left' with 'corner' --- Pattern `*/**(html|markdown|md)`: - Use bold to mark UI strings. - If "" are used to mark UI strings, replace them by bold. --- Pattern `*/**(html|markdown|md)`: - Be brief in your replies and don't add fluff like "thank you for..." and "Please let me know if" --- Pattern `*/**(html|markdown|md)`: - Use sentence-style capitalization also in headings. --- Pattern `*/**(html|markdown|md)`: do not comment on HTML used for icons --- Pattern `*/**(html|markdown|md)`: Avoid flagging inline HTML for embedding videos in future reviews for this repository.
docs/asyncio_blocking_operations.md
[uncategorized] ~104-~104: Loose punctuation mark. Context: ...ill happen in the executor: - `aiohttp`: `homeassistant.helpers.aiohttp_client.a... (UNLIKELY_OPENING_PUNCTUATION) --- [uncategorized] ~105-~105: Loose punctuation mark. Context: ...e the `aiohttp.ClientSession`. - `httpx`: `homeassistant.helpers.httpx_client.get... (UNLIKELY_OPENING_PUNCTUATION)
docs/asyncio_blocking_operations.md (1)
`108-110`: **LGTM!** The link to `load_default_certs` is clear and concise, ensuring that readers can easily find related information.
thanks
Proposed change
Update asyncio_blocking_operations for blocking ssl context
Type of change
Additional information
Summary by CodeRabbit
SSLContext.load_default_certs
method and its impact on the event loop.aiohttp
andhttpx
to manage blocking I/O operations effectively.