Bug overview description.
If I automatically download some images over HTTPS using a Python tool I keep getting "Resetting Dropped Connection: static1.e621.net" after every image download. This tends to occur when urllib wasn't able to keep the connection alive between requests (there's normally a 5 second pause to keep from overloading e621, progressively longer if there are any Cloudflare issues). Have you guys started ignoring Keep-Alive settings, is it a site bug, or are you trying to ban the tool? I don't see anything in the site change log about it. I haven't tested HTTP.
What part(s) of the site page(s) are affected?
All image gallery content. Rest of the site is untested.
What is the expected behavior?
Connection isn't reset after every download.
What actual behavior is given instead?
Connection is dropped after every download.
Time of incident (if applicable).
I noticed it occurring after every image yesterday morning, but I have been slowly seeing the message more and more often before that.
Can you reproduce the bug every time?
Yes
What steps did you take to replicate this bug?
Tried to download multiple files over the same connection.
Errors or other messages returned (if any).
Resetting Dropped Connection: static1.e621.net
Updated