undici icon indicating copy to clipboard operation
undici copied to clipboard

feat: add Requets.reset option

Open ronag opened this issue 2 years ago • 2 comments

ronag avatar Jun 20 '22 11:06 ronag

Codecov Report

Merging #1503 (fe13e05) into main (7c46e0b) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1503   +/-   ##
=======================================
  Coverage   94.83%   94.83%           
=======================================
  Files          50       50           
  Lines        4513     4513           
=======================================
  Hits         4280     4280           
  Misses        233      233           
Impacted Files Coverage Δ
lib/client.js 97.62% <100.00%> (-0.01%) :arrow_down:
lib/core/request.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7c46e0b...fe13e05. Read the comment docs.

codecov-commenter avatar Jun 20 '22 11:06 codecov-commenter

I can't make a test for this since Node server doesn't support keep alive with HEAD requests.

ronag avatar Jun 20 '22 11:06 ronag