Nicholas Hurley
Nicholas Hurley
Ah, I see, this is for **client** certs, sent to authenticate your client (written using node-http2) to the APNS server. Given that renegotiation is disallowed for h2, yeah, we should...
I'm not even sure we need the key fingerprint, tbh, probably just the full path to the cert file (or some other bit of identifying information) would work. I'll have...
I'm not sure this is the full root of the problem, but to make a bunyan logger that fully works with node-http2, you definitely need to use test/util.createLogger. Given that,...
That would likely require a lot of effort, so it's not high on the list. However, OSCP stapling is a Good Thing for web perf, so this definitely goes on...
Firefox also gleefully ignores frames on closed streams. The only time that ignoring those frames could really get us into "trouble" is when re-prioritizing, but I think that's an acceptable...
I think a combination of (1) and (3) in your list is probably the best bet here at first glance, but I have to think about it more to be...
@snorp do you know offhand if this is still a thing? (hell, do you even care?) trying to triage and do some bug cleanup around these parts
Indeed, there are 2 bugs here, so let's split them out into 2 issues. We'll keep this one for the base issue of not respecting SETTINGS_MAX_CONCURRENT_STREAMS. I'll open another to...