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

stream: use ByteLengthQueuingStrategy when not in object mode #48847

Merged
merged 14 commits into from
May 12, 2024

Commits on May 11, 2024

  1. stream: use BLQS when not in objectMode (fixes nodejs#46347)

    BLQS = ByteLengthQueuingStrategy
    
    Fixes: nodejs#46347
    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    bc642f1 View commit details
    Browse the repository at this point in the history
  2. stream: fix format

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4a2071d View commit details
    Browse the repository at this point in the history
  3. stream: fix format again

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d68f95f View commit details
    Browse the repository at this point in the history
  4. stream: add test case and format

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    aec3501 View commit details
    Browse the repository at this point in the history
  5. other: remove unwanted file

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ea2db5f View commit details
    Browse the repository at this point in the history
  6. stream: change comment

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7da26c5 View commit details
    Browse the repository at this point in the history
  7. stream: fix wrong stream type in adapters.js

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    a93d0c1 View commit details
    Browse the repository at this point in the history
  8. stream: format

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ad1cb8f View commit details
    Browse the repository at this point in the history
  9. stream: format

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d662d53 View commit details
    Browse the repository at this point in the history
  10. stream: single quotes

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ace2966 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    752229a View commit details
    Browse the repository at this point in the history
  12. fix test

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e614953 View commit details
    Browse the repository at this point in the history
  13. add hasCrypto check

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    26ff010 View commit details
    Browse the repository at this point in the history
  14. run make lint-js-fix

    CGQAQ authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6cb8b2f View commit details
    Browse the repository at this point in the history