# -*- coding: utf-8 -*- """ Created on Thu Jul 24 16:12:54 2014 @author: Estevan Adrian Pequeno """ ''' (Advanced) Change the socket program so that it only shows data after the headers and a blank line have been received. Remember that recv is receiving characters (newlines and all) - not lines. '''