Skip to content

promhttp: Accept MHD options#4

Open
GerMalaz wants to merge 4 commits into
jelmd:mainfrom
GerMalaz:accept_mhd_options
Open

promhttp: Accept MHD options#4
GerMalaz wants to merge 4 commits into
jelmd:mainfrom
GerMalaz:accept_mhd_options

Conversation

@GerMalaz
Copy link
Copy Markdown

@GerMalaz GerMalaz commented Dec 8, 2025

Add a variable argument list to promhttp_start_daemon()

Incompatible change: Now calls last argument MUST BE MHD_OPTION_END.

Fixes #3 .

jelmd and others added 3 commits November 21, 2023 14:47
Add a variable argument list to promhttp_start_daemon()

Incompatible change: Now calls last argument *MUST BE* MHD_OPTION_END.
…w function

- Restore promhttp_start_daemon signature
- Create new function promhttp_start_daemon_va() (akin to mhd_start_daemon_va),
  accepting a variable list. Last argument MUST be MHD_OPTION_END.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

promhttp: promhttp_start_daemon does not accept MHD options

2 participants