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

string_decoder: reset decoder on end #18494

Closed
wants to merge 1 commit into from

Commits on Feb 1, 2018

  1. string_decoder: reset decoder on end

    This resets the StringDecoder's state after calling `#end`. Further
    writes to the decoder will act as if it were a brand new instance,
    allowing simple reuse.
    
    Refs: nodejs#16594
    Fixes: nodejs#16564
    jridgewell committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    4cc5226 View commit details
    Browse the repository at this point in the history