Skip to content

Multiple http Requests are not handling #44504

Open
@Afridi76320

Description

@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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions