mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-11 05:12:01 +00:00
C is not VHDL
This commit is contained in:
parent
7a222e3869
commit
7c4971a4f8
@ -159,9 +159,9 @@ static int send_content_end(struct http_request *hr)
|
|||||||
}else{
|
}else{
|
||||||
if ( !session )
|
if ( !session )
|
||||||
http_request_simple_response(&r->http, 500, "No session");
|
http_request_simple_response(&r->http, 500, "No session");
|
||||||
elsif (send_result==-1)
|
else if (send_result==-1)
|
||||||
http_request_simple_response(&r->http, 500, "meshmb_send() failed");
|
http_request_simple_response(&r->http, 500, "meshmb_send() failed");
|
||||||
elsif (send_result==-1)
|
else if (send_result==-1)
|
||||||
http_request_simple_response(&r->http, 500, "meshmb_flush() failed");
|
http_request_simple_response(&r->http, 500, "meshmb_flush() failed");
|
||||||
else
|
else
|
||||||
http_request_simple_response(&r->http, 500, "Seemingly impossible error");
|
http_request_simple_response(&r->http, 500, "Seemingly impossible error");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user