Skip to content

Update to Okio 3.18, including the new APIs#9577

Merged
swankjesse merged 1 commit into
masterfrom
jwilson.0722.okio_318
Jul 22, 2026
Merged

Update to Okio 3.18, including the new APIs#9577
swankjesse merged 1 commit into
masterfrom
jwilson.0722.okio_318

Conversation

@swankjesse

Copy link
Copy Markdown
Collaborator

No description provided.

SERVICE_PARAMETER_PORT -> {
if (valueLength != 2L) throw ProtocolException("malformed HTTPS / port")
port = readShort().toUShort().toInt()
port = readUShort().toInt()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nice

}
}

internal class FixedLengthSource(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nice

@swankjesse
swankjesse merged commit 2ff0781 into master Jul 22, 2026
44 of 47 checks passed
@swankjesse
swankjesse deleted the jwilson.0722.okio_318 branch July 22, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants