mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-13 20:40:05 +01:00
<empty commit message>
This commit is contained in:
parent
c01fa25a94
commit
3c907d14f3
1 changed files with 2 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ http_end_child:
|
|||
fflush(fp);
|
||||
if (auth_status) {
|
||||
status = 0;
|
||||
fputs("HTTP/1.1 204 No Content\r\n\r\n", fp);
|
||||
fputs("HTTP/1.1 200 OK\r\n", fp);
|
||||
fputs("Content-Length: 0\r\n\r\n", fp);
|
||||
} else {
|
||||
status = EACCES;
|
||||
fputs("HTTP/1.1 401 Unauthorized\r\n", fp);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue