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

Multiple http Requests are not handling #44504

Closed
Afridi76320 opened this issue Mar 3, 2025 · 3 comments
Closed

Multiple http Requests are not handling #44504

Afridi76320 opened this issue Mar 3, 2025 · 3 comments

Comments

@Afridi76320
Copy link

@testvoid testEntityWithChunkTransferEncodingAndEmptyTokensTest() throws Exception ( final ContentLengthStrategy lenStrategy = new DefaultContentLengthStrategy();

final HttpMessage message = new TestHttpMessage();

message.addHeader("Transfer-Encoding", "chunked");

message.addHeader ("Transfer-Encoding", "chunked");

Assertions.assertEquals (ContentLengthStrategy.CHUNKED,

lenStrategy.determineLength (message)

Please try to run this test case using http-core5 with version 5.3.1

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 3, 2025
@mhalbritter
Copy link
Contributor

If you'd like us to spend some time investigating, please take the time to provide a complete minimal sample (something that we can unzip or git clone, build, and deploy) that reproduces the problem.

@mhalbritter mhalbritter added the status: waiting-for-feedback We need additional information before we can continue label Mar 3, 2025
@spring-projects-issues
Copy link
Collaborator

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

@spring-projects-issues spring-projects-issues added the status: feedback-reminder We've sent a reminder that we need additional information before we can continue label Mar 10, 2025
@spring-projects-issues
Copy link
Collaborator

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

@spring-projects-issues spring-projects-issues closed this as not planned Won't fix, can't repro, duplicate, stale Mar 17, 2025
@spring-projects-issues spring-projects-issues removed status: waiting-for-feedback We need additional information before we can continue status: feedback-reminder We've sent a reminder that we need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Mar 17, 2025
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

No branches or pull requests

3 participants