Sync/release 0.10.0: Request Cancellation#2943
Conversation
…us code to be more certain about codes
[v0.10.0-rc1] Request Cancellation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fcdf02d. Configure here.
| } else { | ||
| req.setEntity(wrapRequestEntity(httpEntity, requestConfig)); | ||
| } | ||
| return new TransportRequestImpl(req, requestConfig); |
There was a problem hiding this comment.
Multipart client compression not disabled
Medium Severity
Refactoring createRequest removed the prior step that set COMPRESS_CLIENT_REQUEST to false for multipart (statement params in body) requests. Multipart bodies are attached without wrapRequestEntity, but addHeaders can still set Content-Encoding when HTTP/client compression is enabled, so the server may receive uncompressed multipart data advertised as compressed.
Reviewed by Cursor Bugbot for commit fcdf02d. Configure here.
There was a problem hiding this comment.
This is fine. We have reviewed it in PR. This is to avoid mutation of request config.
Client V2 CoverageCoverage Report
Class Coverage
|
JDBC V2 CoverageCoverage Report
Class Coverage
|
JDBC V1 CoverageCoverage Report
Class Coverage
|
Client V1 CoverageCoverage Report
Class Coverage
|
TriageCategory: Summary What this impacts
Concerns
Required reviewer action
|
|




Summary