-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make it possible to pass functions to change output streaming #116
Open
thekid
wants to merge
12
commits into
master
Choose a base branch
from
feature/streaming
base: master
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.
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e784512 - Browse repository at this point
Copy the full SHA e784512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2846e - Browse repository at this point
Copy the full SHA 2e2846eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065f228 - Browse repository at this point
Copy the full SHA 065f228View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dc1696 - Browse repository at this point
Copy the full SHA 8dc1696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367f5d3 - Browse repository at this point
Copy the full SHA 367f5d3View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 878674f - Browse repository at this point
Copy the full SHA 878674fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca06077 - Browse repository at this point
Copy the full SHA ca06077View commit details -
Refactor Output::stream() to accept length and return one of the foll…
…owing: . WriteLength, when length !== null . WriteChunks, for HTTP/1.1 . Buffered, otherwise This way, we do not need to set the Content-Length header inside Response and can prevent code duplication in various places, including streaming functions, at the cost of a tiny overhead when writing data with a known content length. This overhead consists of additional method calls and instantiating and later garbage-collecting an additional object, all of which is unmeasurable compared to the network I/O
Configuration menu - View commit details
-
Copy full SHA for 2f0e426 - Browse repository at this point
Copy the full SHA 2f0e426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2041559 - Browse repository at this point
Copy the full SHA 2041559View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1347cd - Browse repository at this point
Copy the full SHA b1347cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df76c4 - Browse repository at this point
Copy the full SHA 4df76c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7d4fd - Browse repository at this point
Copy the full SHA ca7d4fdView 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.