proxy-protocol-js icon indicating copy to clipboard operation
proxy-protocol-js copied to clipboard

Invalid V2ProxyProtocol data

Open everplus opened this issue 1 year ago • 0 comments

https://github.com/moznion/proxy-protocol-js/blob/25261bbc1678425baee088f68192b908acb51d24/src/v2/V2ProxyProtocol.ts#L167

    return new V2ProxyProtocol(
      command,
      transportProtocol,
      addressFamily.getFactoryMethod()(input.slice(16)),
      input.slice(length + 16),  // I think it should be length, not addressFamilyLength.
    );

everplus avatar Dec 14 '23 13:12 everplus