> The client's request should include a Content-Length header. > Your webserver should continue waiting on data until it has > read that number of bytes (not including headers).
Additional info -- the Content-Length header is optional and may not be present. In that case, you need to read until the socket is closed by the peer side. Mark Smith =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
