Skip to content

#2250 - don't throw when HttpRequestRetry plugin is present#2251

Open
noffke wants to merge 1 commit intozalando:mainfrom
noffke:issue-2250
Open

#2250 - don't throw when HttpRequestRetry plugin is present#2251
noffke wants to merge 1 commit intozalando:mainfrom
noffke:issue-2250

Conversation

@noffke
Copy link
Contributor

@noffke noffke commented Feb 25, 2026

Fix for issue #2250

Description

Read response body fully instead of using split.

Motivation and Context

Fix for issue #2250

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All commits are signed

Copy link
Member

@kasmarian kasmarian left a comment

Choose a reason for hiding this comment

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

thank you for the contribution! The changes look, good IMO. Please adjust the imports

import io.ktor.server.routing.post
import io.ktor.server.routing.routing
import io.ktor.utils.io.InternalAPI
import io.ktor.client.*
Copy link
Member

Choose a reason for hiding this comment

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

Could you avoid using the start imports to be consistent with the rest of the codebase?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kasmarian thank you for your review! I've adapted the imports.

@kasmarian kasmarian added the bugfix Bug fixes and patches label Mar 11, 2026
@kasmarian
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Bug fixes and patches

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants