Achievements
Highlights
- 1 discussion answered
Pinned
568 contributions in the last year
Less
More
Contribution activity
April 2021
Created 34 commits in 5 repositories
Created 1 repository
Created a pull request in laravel/octane that received 6 comments
Collect output buffer so echo, var_dump(), and dump() work
This PR collects the output buffer and prepends it to the response. It also handles StreamedResponses as reported in #109. However, It'll collect t…
+76
−27
•
6
comments
Opened 19 other pull requests in 3 repositories
laravel/octane
14
merged
1
closed
- Handle roadrunner requests reporting duration in microseconds
- Handle empty responses
- Apply fixes from StyleCI
- Apply fixes from StyleCI
- Fix memory leaks
- Use swooleResponse->write() to write all output.
- Apply fixes from StyleCI
- Apply fixes from StyleCI
- wrap task result
- fix Octane::concurrently hangs when a task returns null
- Load deferred providers after bootstrapping
- A note on passing the config repo to constructors of singletons
- Swoole max execution time
- Apply fixes from StyleCI
- Allow setting a max execution time for roadrunner