Skip to content
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

KTOR-7904 Fix Servlet response body is corrupted due to the wrong offset #4527

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

e5l
Copy link
Member

@e5l e5l commented Dec 3, 2024

Verified

This commit was signed with the committer’s verified signature.
yeisonvargasf Yeison Vargas
@e5l e5l self-assigned this Dec 3, 2024
Comment on lines -25 to +34
import kotlinx.coroutines.*
import kotlinx.io.*
import java.time.*
import java.util.zip.*
import kotlin.coroutines.*
import kotlinx.coroutines.Job
import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.launch
import kotlinx.io.readByteArray
import java.time.ZoneId
import java.time.ZonedDateTime
import java.util.zip.GZIPInputStream
import java.util.zip.Inflater
import java.util.zip.InflaterInputStream
import kotlin.coroutines.CoroutineContext
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like there are two formats fighting here.

Copy link
Member Author

Choose a reason for hiding this comment

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

It is the new style guide fix!
Seems to be correct, @osipxd

@e5l e5l merged commit c927f5b into main Dec 3, 2024
14 checks passed
@e5l e5l deleted the e5l/fix-servlet-body-offset branch December 3, 2024 14:06
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.

None yet

2 participants