Felix Ezama-Vaughan
Felix Ezama-Vaughan
I'd like to work on this. I'm thinking of adding a `size` getter, and an `isFull` method. Thoughts?
Yes, I believe this makes sense. Perhaps all three would be useful.
Could this be happening with only select file types? I tested a very large (2.4gb) text file in a loop for 15 minutes with no errors but was able to...
I'm interested in working on this and created a draft PR. Not sure if we want to add more or edit the main node docs as well but happy to...
@0hmX yes! I left this up to get some initial discussion, but happy to start on an implementation
@Uzlopak the normalization function was moved out of `lib/util/cache.js` to `lib/core/util.js`, with some minor refactors https://github.com/nodejs/undici/blob/95d835cd9db685e4f7baaea8e10aee8ce77e7989/lib/util/cache.js#L36 Many suggestions are referring to things that were present in the initial implementation which...
All great questions, some of which I don’t have immediate answers for either, but in general I think we should be utilizing the lowercase wellKnownHeader functionality already in place wherever...
I understand your concern. I'd work on it if we move it to a separate issue. My main worry is potential scope creep; case in point the duplicate normalization in...
@metcoder95 can we progress or close this?
Took a stab at the first part of this, suggestions and feedback welcome