Skip to content

quic: remove undefined variable

Rodrigo Muino Tomonari requested to merge github/fork/Trott/quic-fix into master

The reason variable never gets defined. It's use in a template string will always end up as the string 'undefined'.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading