This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 46
Add Swoole-Server Setting for "buffer_output_size" #33
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @fjogeleit, thanks for contribution! 👍 Could you please change commit message to match Conventional Changelog - Angular Preset commit convention? In your case it would be like this:
|
k911
added
kind/feature
New feature or request
area/http-server
priority/important
area/config
labels
Mar 16, 2019
Make it possible to increase the max content length of response
Sure. Sorry I changed it. |
k911
approved these changes
Mar 16, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fjogeleit Thanks :)
k911
pushed a commit
that referenced
this pull request
Apr 26, 2019
## (2019-04-26) * refactor: Replace foreach loop with `yield from` expression ([8744f30](8744f30)) * refactor(http-client): Decouple components of Http clients ([eb60f5b](eb60f5b)) * refactor(pid): Rename "pid_file" option to "pid-file" (#42) ([2a234c3](2a234c3)), closes [#42](#42) * build(docker): Gather code coverage from tests running in containers ([12084e1](12084e1)) * build(docker): Parametrize image tags ([80bb0a8](80bb0a8)) * build(docker): Provide configuration for testing ([d4f630a](d4f630a)) * build(docker): Use "pcov" instead of "xdebug" as code coverage engine ([4284ed3](4284ed3)) * ci(circle): Add build to matrix with latest version of swoole ([af17b96](af17b96)) * ci(circle): Configure Docker layer cache ([6ec5731](6ec5731)) * ci(circle): Detect latest swoole version using pecl website ([1e83b4c](1e83b4c)) * ci(circle): Fix cache key in save cache step ([ec1c1d9](ec1c1d9)) * ci(circle): Optimize caching keys ([6fd1872](6fd1872)) * ci(circle): Set-up commitlint (#36) ([8fc4a0c](8fc4a0c)), closes [#36](#36) * ci(circleci): Add shellcheck step ([b086620](b086620)) * ci(codeclimate): Enable "shellcheck" ([7271cf8](7271cf8)) * ci(travis): Add separate builds with latest swoole and updated composer packages ([6a22070](6a22070)) * ci(travis): Enable CodeCov reporting ([35eb034](35eb034)) * ci(travis): Fix usage of CodeClimate on Pull Request ([741cd3e](741cd3e)) * ci(travis): Increase retries count for code coverage tests ([853f0a7](853f0a7)) * ci(travis): Remove code coverage step ([0292a43](0292a43)) * ci(travis): Switch "travis_retry" to custom bash script ([1f1de2a](1f1de2a)) * ci(travis): Switch distro to ubuntu xenial (#38) ([1d7a65c](1d7a65c)), closes [#38](#38) * ci(travis): Use swoole v4.3.1 ([dbd240a](dbd240a)) * chore(deps): Upgrade dependencies ([f4580a0](f4580a0)) * chore(deps): Upgrade dependencies ([0bed9e9](0bed9e9)) * chore(deps): Upgrade dependencies ([270b95b](270b95b)) * chore(deps): Upgrade dependencies ([ab745c8](ab745c8)) * chore(ide-helper): Switch to official swoole package (#49) ([c87cbc8](c87cbc8)), closes [#49](#49) * chore(phpstan): Ignore wrong reports of callable arguments ([d129105](d129105)) * test: Add InotifyHMR test ([e76729a](e76729a)) * test(code-coverage): Gather code coverage from server processes ([d6ef146](d6ef146)) * test(commands): Ensure symfony commands are registered correctly ([d3abbc1](d3abbc1)) * test(feature): Create feature tests suite ([e27d48f](e27d48f)) * test(mock): Fix Swoole Server mocks (#48) ([a93ac48](a93ac48)), closes [#48](#48) * test(xdebug-handler): Test restarting process when xdebug enabled ([740af84](740af84)) * feat: Add meaningful exceptions (#46) ([4e2cc6d](4e2cc6d)), closes [#46](#46) * feat(apiserver): Create API Server component (#32) ([a8d0ec2](a8d0ec2)), closes [#32](#32) [#2](#2) * feat(server): Add setting for "buffer_output_size" (#33) ([7a50864](7a50864)), closes [#33](#33) * feat(server): Set-up hooks on lifecycle events ([271a341](271a341)) * fix(di): Do not use integer node for port ([ac6fdcf](ac6fdcf)) * fix(hmr): Drop unused reference to SymfonyStyle object in InotifyHMR ([6b22485](6b22485)) * fix(reload): Make sure command works on macOS system ([4d99e9c](4d99e9c))
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
Add the Swoole configuration for "buffer_output_size"
At the moment are file based controller responses like a CSV / PDF / ZIP Attachment limited to 2MB File-Size. With this additional configuration its editable.