@linuxmaniac commented on this pull request.
@@ -128,6 +128,18 @@
pvh_collect_headers()</link> or with <quote>auto_msg</quote> parameter enabled. </para> </section> + <section id="pv_headers.f.pvh_remove_all_headers"> + <title> + <function moreinfo="none">pvh_remove_all_headers()</function> + </title> + <para> + Removes all headers from the XAVP.
Uhm... this it's not clear to me. It seems this will only remove the headers that are in the message, not the headers that could be added via ``$x_hdr``, for instance.
If that's what you want... please explain it here. Because I would expect all the headers to be removed not only the ones in the message.