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

Response with Transfer-Encoding and Content-Length not blocked #1607

Open
alegz-filomaphitskay opened this issue Apr 8, 2022 · 0 comments
Open
Labels
bug good to start Start form this tasks if you're new in Tempesta FW http/1.1 test
Milestone

Comments

@alegz-filomaphitskay
Copy link
Contributor

The test below not working for response as expected:

TEST(http1_parser, work)
{
	EXPECT_BLOCK_REQ(                              // passed
		"POST / HTTP/1.1\r\n"
		"Transfer-Encoding: chunked\r\n"
		"Content-Length: 10\r\n"
		"\r\n"
		"\r\n");

	EXPECT_BLOCK_RESP(                          // NOT passed
		"HTTP/1.1 304 Not Modified\r\n"
		"Transfer-Encoding: chunked\r\n"
		"Content-Length: 10\r\n"
		"\r\n"
		"\r\n");
}
@krizhanovsky krizhanovsky added the good to start Start form this tasks if you're new in Tempesta FW label Apr 8, 2022
@krizhanovsky krizhanovsky modified the milestones: 1.x: TBD, 1.0 - GA Jan 12, 2023
@krizhanovsky krizhanovsky modified the milestones: 1.0 - GA, 0.9 - LA, 1.2 - TBD Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good to start Start form this tasks if you're new in Tempesta FW http/1.1 test
Projects
None yet
Development

No branches or pull requests

2 participants