Current location - Education and Training Encyclopedia - Graduation thesis - The problem of programming post with MFC network. Why are message headers and message experiences sent in the same package in my code?
The problem of programming post with MFC network. Why are message headers and message experiences sent in the same package in my code?
Let me tell you something! PostHttpPage encapsulates the sending message header with the sending message. Calculate the message length by string message content, and use send_response_headers to send the message header. After the header is sent, send_response_body is used to send the message.