Amir Livneh
Results
3
issues of
Amir Livneh
I find it confusing that `ngtcp2_settings.max_udp_payload_size` and `ngtcp2_transport_params.max_udp_payload_size` have identical names but opposite meanings. I suggest renaming `ngtcp2_settings.max_udp_payload_size` to make the difference clear.
accepted
After running native-dns with caching enabled for some time, I got the following exception: /usr/lib/node_modules/native-dns-cache/node_modules/binaryheap/binaryheap.js:122 if (ret._parent._left == ret) ret._parent._left = last; ^ TypeError: Cannot read property '_left' of null...