请问我那里出错了?

请问我那里出错了?

http_head_str='''HTTP/1.0 200 OK\r\n
Server: MySocket Server\r\n
Date: 08/15/06\r\n
Content-Type: text/html\r\n
Accept-Ranges: bytes\r\n
Content-Length: 1024\r\n\r\n                                   
   '''
   newsock.send(http_head_str)
   newsock.send("You're connected to the Python chatserver")

通过SOCK写一个WEB服务器,写了上面的无法显示到浏览器中。在客户端就可以显示出来?!
查一下sock server中网络响应事件处理的handler,看其输出函数是如何定义的。