ssi icon indicating copy to clipboard operation
ssi copied to clipboard

Performance/stability feature: WASM handling of revocation list size

Open bumblefudge opened this issue 2 years ago • 1 comments

As mentioned in #339 , in WASM reqwest can't effectively check the size of a revocation list effectively, falling back to the HTTP headers which could be inaccurate. one solution would be to wait for reqwest to merge a native feature: https://github.com/seanmonstar/reqwest/issues/1234 (^ But that's been open without a PR since april...)

bumblefudge avatar Nov 05 '21 09:11 bumblefudge