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

test: ensure stream preprocessing order #7741

Closed
wants to merge 11 commits into from
Closed

test: ensure stream preprocessing order #7741

wants to merge 11 commits into from

Commits on Jul 14, 2016

  1. test: ensure stream preprocessing order

    Sometimes it is necessary to preprocess some initial bit
    of a stream data before giving the entire stream
    to the main processing function. Sometimes this bit should be extracted
    from the stream before the main processing; sometimes it should be
    returned to the stream. This test checks an order of stream
    modes, methods and events for a possible preprocessing algorithm.
    Stream BOM stripping is selected as a use case.
    
    See nodejs/help#221 as the prehistory.
    vsemozhetbyt committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    df751d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    50fd2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f89b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d74e6df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62379f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    099a111 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a05ea83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    473da05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    376ea47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f41dca2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    6d7e25f View commit details
    Browse the repository at this point in the history