Response with empty body - is this a problem?

Response with empty body - is this a problem?

Hi,

I am using Chrome to send a request from the browser to the Micrium HTTP server, which is successfully received by the server and my code on the server side. I call an API on the server side to tell the server that I don’t have any body in response. The server replies to my client (“HTTP/1.1 200 OK\r\n\r\n”) which I am guessing is a correct reply.

On the client side where I am using” jquery upload plugin” that plugin calls my “fail” method. I don’t understand why – the reply is marked as successful.

Is there any additional setting I need to do on the client side to tell the plugin that I expect the empty body?

Kind Regards,

Janusz