blob: 09c32e4574b889974153abecb2b99eeb79c131fa [file] [log] [blame]
def main(request, response):
headers = [("Content-type", "application/xml;charset=windows-1252")]
content = '<' + chr(0xff) + '/>'
return headers, content