[issue43912] http.client.BadStatusLine raised and response contains request

2021-04-22 Thread Andy Maier
Andy Maier added the comment: I should have added that my local system is macOS, and that "up to 3.9" means I only tried up to 3.9. -- ___ Python tracker ___

[issue43912] http.client.BadStatusLine raised and response contains request

2021-04-22 Thread Andy Maier
New submission from Andy Maier : Hello, we have a nasty occurrence of BadStatusLine that shows the status line of the request(!!) in one of our projects. That exception is raised when checking a response and should check the response, not the request. Further debugging revealed that not