I want to add an empty header in my HTTP packet. Something like:
Someheader:
But I see that libcurl does not support that. They propose a workaround by concatenating the empty header with another header:
"Someheader:\r\nheader1: value"
Does the latest libcurl offer another — more proper — way to send an empty header?