Test #4116
Functionally test force_close with HTTP 1.1 servers
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
Pulp's downloaders force TCP connection closure with each request even if the remote side indicates it wants to continue the connection. This behavior is what needs to be verified.
To test this I recommend creating an aiohttp server in the test envrionment that will serve an HTTP request with HTTP 1.1 session continuation. It needs to verify that even though the client wants to download at least 2 things, the initial TCP connection is closed and a second one is opened for the second download.
Related issues
History
#1
Updated by bmbouter about 2 years ago
- Related to Issue #4036: aiohttp.client_exceptions.ServerDisconnectedError during sync added
#2
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#3
Updated by daviddavis 5 months ago
- Status changed from NEW to CLOSED - WONTFIX
Please register to edit this issue