[#CNode-cleanSubVer] = xref:CNode.adoc[CNode]::cleanSubVer :relfileprefix: ../ :mrdocs: cleanSubVer is a sanitized string of the user agent byte array we read from the wire. This cleaned string can safely be logged or displayed. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e2b2a7d88), guarded_by(0x7f2e2ad134d8), guarded_by(0x7f2e23031b38), guarded_by(0x7f2e26ede708), guarded_by(0x7f2e23157d88), guarded_by(0x7f2e36827608), guarded_by(0x7f2e228afd28), guarded_by(0x7f2e431dcae8), guarded_by(0x7f2e1b9fbdb8), guarded_by(0x7f2e2b9cf958), guarded_by(0x7f2e403d2058)]] std::string cleanSubVer = {}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#