Commit 7e132b5
fix: Buffer HTTP response content before logging to prevent stream consumption (#1731)
* docs: Add XML documentation to ICertificates interface
Fixes #1530
Added comprehensive XML documentation for:
- Interface summary describing certificate retrieval functionality
- GetCertificateBySubject method with parameter and return docs
- GetCertificateByThumbprint method with parameter and return docs
- GetCertificateBySerialNumber method with parameter and return docs
- GetCertificateBy method with parameter and return docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: Buffer HTTP response content before logging to prevent stream consumption (#1610)
When logging HTTP responses, calling ReadAsStringAsync() on the response
content consumes the stream, making it unreadable by subsequent code.
By calling LoadIntoBufferAsync() first, we ensure the content is buffered
and can be read multiple times.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent a89becf commit 7e132b5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments