Infinite network timeouts in Java and Go
Java made a huge mistake of having no network timeouts. A network request can block a thread forever. Even Python did the same. The language designers should have chosen some conservative appropriate numbers instead. What’s surprising is that the Go […]