Skip to content

quic,timers: use AbortController with correct name/message

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/abort-error into master
quic: use AbortController with correct name/message

On the web, AbortError is the error name, not the error message. Change the code to match that.

timers: use AbortController with correct name/message

On the web, AbortError is the error name, not the error message. Change the code to match that.

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

Merge request reports

Loading