Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Server example is broken with ETag header #30

Description

@skligys

The example at examples/server.rs breaks when I add one more header after line 36,
https://github.com/stepancheg/rust-http2/blob/master/examples/server.rs#L36 :

resp_headers.add("ETag", "12345678901234567890");

Tested with Firefox 60.0.1 and Google Chrome 65.0, in both cases no response comes back with the above line added to the server example. Tried to debug but got all lost in futures.

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions