Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix reading past 'endstream' token when parsing #54

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2022

  1. fix reading past 'endstream' token when parsing

    use bytes.Buffer instead of string concatenation in readToken
    closes phpdave11#53
    napalu committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    008f189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7325470 View commit details
    Browse the repository at this point in the history
  3. simplify code

    napalu committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    e04c527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9b8931 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    52677f0 View commit details
    Browse the repository at this point in the history
  2. consistent naming

    napalu committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    71a07e1 View commit details
    Browse the repository at this point in the history