Skip to content

Change RecordedRequest.chunkSizes to be nullable #8872

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
merged 2 commits into from
Jun 21, 2025

Conversation

swankjesse
Copy link
Collaborator

Now that it's all Kotlin we can usefully distinguish between null (not chunked) and empty list (chunked with zero bytes).

Also remove the experimental annotation from RecordedRequest and delete the experimental annotation.

Now that it's all Kotlin we can usefully distinguish
between null (not chunked) and empty list (chunked with
zero bytes).

Also remove the experimental annotation from RecordedRequest
and delete the experimental annotation.
@swankjesse swankjesse requested a review from yschimke June 20, 2025 12:06
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HUGE!!!

@swankjesse swankjesse merged commit 4d0986b into master Jun 21, 2025
22 checks passed
@swankjesse swankjesse deleted the jwilson.0620.chunk_sizes branch June 21, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants