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

[Backport to LTS] Fix bug in StreamTransformer - ending fragment not getting sent (#2317) #2320

Commits on Apr 27, 2021

  1. Fix bug in StreamTransformer - ending fragment not getting sent (Smin…

    …gHub#2317)
    
    * Fix bug in StreamTransformer - ending fragment not getting sent
    
    * Add test to verify fix
    
    Before:
    
    ```
    > ChunkedStream / StreamTransformer
    758 OK: output.moveString(s)
    OUTPUT: 65 0d 0a 53 6f 6d 65 20 74 65 73 74 20 64 61 74  e..Some test dat
            61 0d 0a                                         a..
    792 FAIL: FS_OUTPUT == s
    FAIL in `virtual void StreamTest::execute()`
    ```
    
    After:
    
    ```
    >> ChunkedStream / StreamTransformer
    741 OK: output.moveString(s)
    OUTPUT: 65 0d 0a 53 6f 6d 65 20 74 65 73 74 20 64 61 74  e..Some test dat
            61 0d 0a 30 0d 0a 0d 0a                          a..0....
    760 OK: FS_OUTPUT == s
    ```
    mikee47 authored and slav-at-attachix committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    cacbcf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    ee37a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c66ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74bffc0 View commit details
    Browse the repository at this point in the history