-
-
Notifications
You must be signed in to change notification settings - Fork 27
fix: improve handling of binary responses in GuzzleHttpClientAspect #1041
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
Merged
huangdijia
merged 25 commits into
main
from
feature/telescope-guzzle-aspect-binary-response-fix
Dec 12, 2025
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e9ae153
fix: improve handling of binary responses in GuzzleHttpClientAspect
huangdijia 5bfa99e
fix: 修复 GuzzleHttpClientAspect 中对响应有效负载的处理逻辑
huangdijia 8c7588b
fix: 修复 GuzzleHttpClientAspect 中对流响应的处理逻辑
huangdijia b187ab5
fix: 修复 GuzzleHttpClientAspect 中对流响应的处理逻辑
huangdijia a07dd7d
fix: 改进 GuzzleHttpClientAspect 中对二进制响应的处理逻辑
huangdijia 2f539be
fix: 简化 GuzzleHttpClientAspect 中对流响应的处理逻辑
huangdijia 9714791
fix: 修复 GuzzleHttpClientAspect 中对二进制响应的处理逻辑
huangdijia 8f9479b
fix: 修改 GuzzleHttpClientAspect 中对空字符串响应的处理逻辑
huangdijia 91bb46a
fix: 修复 GuzzleHttpClientAspect 中对可回溯流的处理逻辑
huangdijia 84dfa49
Add grpc to textual Content-Type detection
huangdijia c85d065
Apply suggestions from code review
huangdijia 5449c77
Apply suggestions from code review
huangdijia 528477f
fix: 修复 GuzzleHttpClientAspect 中对 Content-Type 头的处理逻辑
huangdijia 7f918c9
fix: 处理 GuzzleHttpClientAspect 中的空响应情况
huangdijia 02d2b4e
fix: 优化 GuzzleHttpClientAspect 中的响应类型声明
huangdijia 58d28de
fix: 修复 GuzzleHttpClientAspect 中的响应处理逻辑,确保不再接受空响应
huangdijia 7b4ecd9
fix: 修复 GuzzleHttpClientAspect 中的响应内容检查逻辑,确保正确处理空字符串响应
huangdijia 4dbb73f
Apply suggestion from @Copilot
huangdijia dbf7222
fix: 优化 GuzzleHttpClientAspect 中的响应内容处理,增加响应内容截断逻辑
huangdijia 31b5b74
fix: 优化 GuzzleHttpClientAspect 中的响应内容截断逻辑,改善代码可读性
huangdijia 9493633
fix: 修正 GuzzleHttpClientAspect 中的常量注释格式,改善代码一致性
huangdijia abf899f
fix: 优化 GuzzleHttpClientAspect 中的响应内容处理逻辑,确保在异常情况下不影响请求流程
huangdijia 62c36f9
fix: 更新 GuzzleHttpClientAspect 中的内容类型匹配逻辑,支持 gRPC 响应类型
huangdijia a3749ee
fix: 简化 GuzzleHttpClientAspect 中的响应内容类型判断逻辑
huangdijia 01a9c1d
fix: 优化 GuzzleHttpClientAspect 中的响应内容处理逻辑,支持 gRPC 和纯文本响应
huangdijia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.