I would like to achieve the following result. After the http message is fully read by the streamreader, I want to get the host of the request (which I don't think will be an issue) and start a tcp client to that host.
Since the comment is in the while true loop it loops. But I thought readline() was blocking so it would only get executed once.
Does anyone have any suggestions on how I could solve this matter?