Replies: 1 comment 3 replies
-
I'm not entirely sure I understand your questions/confusion, but:
Surely by reading the response until it reaches the start of the message content.
Same as anything else, an exception would be raised: https://docs.aiohttp.org/en/stable/client_reference.html#client-exceptions
I'm afraid nobody has time, but I'm also not sure if you need more information than the above. Let me know if there is more information you need, but I don't think there's anything unusual or non-obvious here. |
Beta Was this translation helpful? Give feedback.
-
Is there possibly any detailed writeup on the working on aiohttp?
.get()
only fetches headers?Can any contributor do a writeup on the general mechanism by which
aiohttp
partially loads the response as headers and responses.status is available before awaiting reading of content?Any bare bones example (maybe at socket level) would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions