]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler: Fix removing Server header from HTTP if requested 1116/head
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 16 Dec 2024 15:35:22 +0000 (16:35 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 16 Dec 2024 15:35:22 +0000 (16:35 +0100)
commit364171bfa65c29a841493a14a87e85df7597f6aa
treecdd99339cfb90cdb76857fec180d5958c0e75837
parent331a202a87db30b5d1d5386ccc99de6843eef03e
scheduler: Fix removing Server header from HTTP if requested

Use `httpSetDefaultField()` in `cupsdAcceptClient()` to do the trick.

Fixes #1111
CHANGES.md
scheduler/client.c