You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
496 B
14 lines
496 B
2 years ago
|
diff --git a/scheduler/client.c b/scheduler/client.c
|
||
|
index bf284e6..0382b01 100644
|
||
|
--- a/scheduler/client.c
|
||
|
+++ b/scheduler/client.c
|
||
|
@@ -1011,8 +1011,6 @@ cupsdReadClient(cupsd_client_t *con) /* I - Client to read from */
|
||
|
}
|
||
|
|
||
|
httpClearFields(con->http);
|
||
|
- httpSetField(con->http, HTTP_FIELD_ALLOW,
|
||
|
- "GET, HEAD, OPTIONS, POST, PUT");
|
||
|
httpSetField(con->http, HTTP_FIELD_CONTENT_LENGTH, "0");
|
||
|
|
||
|
if (!cupsdSendHeader(con, HTTP_STATUS_OK, NULL, CUPSD_AUTH_NONE))
|