-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 (v3): Add buffered streaming support #3131
Open
grivera64
wants to merge
9
commits into
gofiber:main
Choose a base branch
from
grivera64:feature/add-buffered-streaming-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
🔥 Feature (v3): Add buffered streaming support #3131
grivera64
wants to merge
9
commits into
gofiber:main
from
grivera64:feature/add-buffered-streaming-support
+117
−0
Commits on Sep 14, 2024
-
🔥 Feature: Add SendStreamWriter to Ctx
Create a new `*DefaultCtx` method called `SendStreamWriter()` that maps to fasthttp's `Response.SetBodyStreamWriter()`
Configuration menu - View commit details
-
Copy full SHA for 885f807 - Browse repository at this point
Copy the full SHA 885f807View commit details -
🚨 Test: Validate regular use of c.SendStreamWriter()
- Adds Test_Ctx_SendStreamWriter to ctx_test.go
Configuration menu - View commit details
-
Copy full SHA for 1ff06dc - Browse repository at this point
Copy the full SHA 1ff06dcView commit details -
🚨 Test: (WIP) Validate interrupted use of c.SendStreamWriter()
- Adds Test_Ctx_SendStreamWriter_Interrupted to ctx_test.go - (Work-In-Progress) This test verifies that some data is still sent before a client disconnects when using the method `c.SendStreamWriter()`. **Note:** Running this test reports a race condition when using the `-race` flag or running `make test`. The test uses a channel and mutex to prevent race conditions, but still triggers a warning.
Configuration menu - View commit details
-
Copy full SHA for c977b38 - Browse repository at this point
Copy the full SHA c977b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 024ac5e - Browse repository at this point
Copy the full SHA 024ac5eView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2282a35 - Browse repository at this point
Copy the full SHA 2282a35View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b238d1 - Browse repository at this point
Copy the full SHA 7b238d1View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95b1745 - Browse repository at this point
Copy the full SHA 95b1745View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02b7ce2 - Browse repository at this point
Copy the full SHA 02b7ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82e3bc - Browse repository at this point
Copy the full SHA d82e3bcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.