Akka HTTP/10.1.9 for HTTP2. Getting net::ERR_HTTP2_COMPRESSION_ERROR

According to https://bugs.chromium.org/p/chromium/issues/detail?id=673315, looks like this is a problem with HPACK processing. This doesn’t seem to affect Safari. Would 10.1.10 fix this? Any ideas? It used to work fine until recently; not sure what changed. Thanks

I was able to root-cause it; I ran into this after adding support for Server Timing headers (https://w3c.github.io/server-timing). These headers are mutating a lot (for each API) and so likely overflows the HPACK dynamic dictionary size? If so, would the fix be in Akka framework? Thanks