uclient-fetch: Extract opt_post variable
authorSergey Ponomarev <stokito@gmail.com>
Mon, 9 May 2022 18:53:48 +0000 (21:53 +0300)
committerFelix Fietkau <nbd@nbd.name>
Fri, 13 Feb 2026 07:37:47 +0000 (07:37 +0000)
commit4fa6fae02f741db18e681ea40c604c0e159b994e
tree913e232232f37a1c4e6a27e84a21e12cee4bba89
parent63413daa876066484a4ee62803aa943f3f19348c
uclient-fetch: Extract opt_post variable

The var means that ether --post-data or --post-file was set.

Remove duplicated code to set the Content-Type header.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
uclient-fetch.c