I am getting the error "protocol error: received DATA after END_STREAM" in my docker compose logs of certspotter. I figured out it occurs when an HTTP/2 endpoint receives a DATA frame on a stream that has already been closed by the sender, indicated by the END_STREAM flag in a previous frame.
But is this expected? normal? I got about 20 in 45 minutes.