rawhttp
rawhttp copied to clipboard
Add timeout if the server sends no data
Sometimes servers complete the TCP handshake but never respond with any actual HTTP data. Currently rawhttp gets stuck when this happens.
This pull request adds a timeout to make sure rawhttp does not get stuck.