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

Fix: Correction, removed the content = string equalization #1726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrey67895
Copy link

There are situations when the built-in print() function is needed - it is convenient. But due to the presence of a content change to string inside it, format-sensitive data may break. For example, the method can receive as String (in case of an error) so is File, but if there is a file, converting the original content to String led to an error when debagging.

@andrey67895 andrey67895 changed the title Correction, removed the content = string equalization Fix: Correction, removed the content = string equalization Sep 5, 2023
@johanhaleby
Copy link
Collaborator

If I remember it correctly, content is used for caching purposes, if you try to read the response again. This will be quite a large breaking change if I bring it in. And I don't see any tests.

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