Skip to content

Problems with TSPortDescriptor (TS API). #6894

Description

@ywkaras
  1. TSPortDescriptorParse() returns a pointer to a dynamically allocated object. There is no way to delete this object so it would be leaked (

    HttpProxyPort *port = new HttpProxyPort();
    ).

  2. This capability is not fully tested in regression testing (

    // XXX We really ought to do a write/read exchange with the server. The sleep above works around this.
    ).

This capability is not used in any core plugin.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions