Skip to content

Tests for resp_hdr_add and resp_hdr_set #409

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

Closed
10 tasks done
const-t opened this issue Feb 23, 2023 · 0 comments · Fixed by #414
Closed
10 tasks done

Tests for resp_hdr_add and resp_hdr_set #409

const-t opened this issue Feb 23, 2023 · 0 comments · Fixed by #414
Assignees
Labels
crucial enhancement New feature or request

Comments

@const-t
Copy link
Contributor

const-t commented Feb 23, 2023

Need to develop more tests for directives resp_hdr_set and resp_hdr_add.

Tests must include:

  • Testing of resp_hdr_set and resp_hdr_add for special(singular-nonsingular) and raw headers.
  • Testing of small and large(10+kb) headers.
  • Testing of header deletion using resp_hdr_set.
  • Testing of multiple same directives in vhost.
  • Testing of hpack static table.
  • Testing of appending value to existed header for http1(http2 doesn't have this).
  • Test of multiple appending to same header.
  • Test hpack dynamic table and resp_hdr_add version of this test.
  • Each test must have version for both protocols http1 and http2.
  • As well must have version with enabled caching for both protocols.
@const-t const-t added enhancement New feature or request crucial labels Feb 23, 2023
@const-t const-t added this to the 0.7 - Beta milestone Feb 23, 2023
@RomanBelozerov RomanBelozerov linked a pull request Mar 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crucial enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants