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

feature: filter fifoWithBody #2685

Merged
merged 5 commits into from
Oct 20, 2023
Merged

feature: filter fifoWithBody #2685

merged 5 commits into from
Oct 20, 2023

Conversation

szuecs
Copy link
Member

@szuecs szuecs commented Oct 16, 2023

feature: filter fifoWithBody that works similar to fifo(), but release deferred until body streaming to client was finished

fix: #2579
fix: we did not check context canceled before, see also golang/go#63615

@szuecs szuecs force-pushed the feature/fifo-with-body branch 2 times, most recently from a3c852e to 6601175 Compare October 16, 2023 18:51
@szuecs szuecs force-pushed the feature/fifo-with-body branch from 6601175 to 4028656 Compare October 17, 2023 17:13
…e defered until body streaming to client was finished

Signed-off-by: Sandor Szücs <[email protected]>
Signed-off-by: Sandor Szücs <[email protected]>
Both filters did not check for canceled context from request before semaphore.Acquire, see golang/go#63615

Signed-off-by: Sandor Szücs <[email protected]>
@szuecs szuecs force-pushed the feature/fifo-with-body branch from f895baa to c7bedd1 Compare October 19, 2023 15:14
@AlexanderYastrebov
Copy link
Member

👍

1 similar comment
@szuecs
Copy link
Member Author

szuecs commented Oct 20, 2023

👍

@szuecs szuecs merged commit 7f45e4e into cw2023freeze Oct 20, 2023
4 checks passed
@szuecs szuecs deleted the feature/fifo-with-body branch October 20, 2023 11:34
szuecs added a commit that referenced this pull request Nov 7, 2023
* feature: filter fifoWithBody that works similar to fifo(), but release deferred until body streaming to client was finished
* fix: fifo() and fifoWithBody() with canceled requests

Both filters did not check for canceled context from request before semaphore.Acquire, see golang/go#63615

Signed-off-by: Sandor Szücs <[email protected]>
RomanZavodskikh pushed a commit that referenced this pull request Nov 27, 2023
* feature: filter fifoWithBody that works similar to fifo(), but release deferred until body streaming to client was finished
* fix: fifo() and fifoWithBody() with canceled requests

Both filters did not check for canceled context from request before semaphore.Acquire, see golang/go#63615

Signed-off-by: Sandor Szücs <[email protected]>
AlexanderYastrebov pushed a commit that referenced this pull request Nov 27, 2023
* feature: filter fifoWithBody that works similar to fifo(), but release deferred until body streaming to client was finished
* fix: fifo() and fifoWithBody() with canceled requests

Both filters did not check for canceled context from request before semaphore.Acquire, see golang/go#63615

Signed-off-by: Sandor Szücs <[email protected]>
AlexanderYastrebov pushed a commit that referenced this pull request Nov 27, 2023
* feature: filter fifoWithBody that works similar to fifo(), but release deferred until body streaming to client was finished
* fix: fifo() and fifoWithBody() with canceled requests

Both filters did not check for canceled context from request before semaphore.Acquire, see golang/go#63615

Signed-off-by: Sandor Szücs <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants