Skip to content

Try to get rid of SID fields in server conf #5

@martinduke

Description

@martinduke

In ngx_stream_upstream.h, struct ngx_stream_upstream_server_t has sid and sidl fields. These are useless long term, since they are used to set up the SID tree and thrown away.

  1. Maybe this struct is thrown away after config, so that it doesn't matter how big it is.
  2. Can we pass this information to the quic-lb module some other way that's more ephemeral?
  3. Can we at least make this a pointer and free it when we're done?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions