Skip to content

martian: run unit tests againts http2 server #869

@mmatczuk

Description

@mmatczuk

Previously we added tests running over TLS and against HTTP handler implementation.
Is's important to also run the tests against add HTTP2 server.

This is bit complicated as Go does not support http2 proxy servers out of the box,
and adding it would require tests fork or refactoring as we cannot send plain text.
Maybe we could make use of a translation layer or come with another trick to minimize the amount of changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions