You are seeing them "as is" - the view is literally the memory in which
those values are stored. The space between the colon and the value is not
part of the value, it's part  of the syntax no different than the colon.
That is, you
used "%s:%s" to print the name/value for the field. Note the literal colon
- that should be a literal colon, space because that is part of the syntax.
See here - https://tools.ietf.org/html/rfc7230#section-3.2 - note the
"value" part of the definition is distinct from the optional white space
(OWS).

I'm unclear as to what you want to accomplish - if it's printing it nicer,
just put a space in your printf format string. Do you have some application
that is sensitive to the amount of white space?

On Mon, Dec 16, 2019 at 6:46 PM Dk Jack <dnj0...@gmail.com> wrote:

> Thans Alan,
>
> I can understand when constructing a new field, but the behavior I saw was
> for
> incoming request headers. Is there an option to see the received headers
> as is?
>
>

Reply via email to