You could of just done:

Code:
char welcome[] = "GET /about/sites.html HTTP/1.1\r\n"
                "Host: www.craigslist.org\r\n"
                "Connection: close\r\n"
                "\r\n";