Reconnecting to Ethernet

So just to be clear, you're confirming the suspicion that I need to include a snippet of code that explicitly closes the connection after every GET request, right?

Not at all. If you plan on only 4 connections total, then you can leave them all open. Otherwise you will need to close them. But they won't close correctly until you empty the socket rx buffer. All that is included in my example code above.