We are seeing an increase of client aborts in http2 over http1 on 7.1.3:
proxy.process.http.err_client_abort_count_stat
proxy.process.http.transaction_counts.errors.aborts
- The vast majority of the aborts happen when we've sent 65535 bytes -- eg the "pscl" log. The object length varies -- eg, there isn't an obvious pattern to the object's content length.
- Most of the aborts happen for RAM cache hits.
- they get logged with cfsc="INTR" and crc="ERR_CLIENT_ABORT"