Skip to content

TokenBuffer defaults for parser/stream-read features neither passed from parser nor use real defaults #3528

Closed
@cowtowncoder

Description

@cowtowncoder

It looks like TokenBuffer explicitly passes 0 for "parser feature flags" from its constructor. This is wrong; it should either:

  • Ideally pass flags of JsonParser it is constructed with (if any), OR
  • Defaults combined from features in question (same as what JsonParser defaults to)

At first it is probably necessary to just do latter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions