4 references to COMPRESSION_ERROR
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (3)
2723
expectedErrorCode: Http2ErrorCode.
COMPRESSION_ERROR
,
2753
expectedErrorCode: Http2ErrorCode.
COMPRESSION_ERROR
,
4919
expectedErrorCode: Http2ErrorCode.
COMPRESSION_ERROR
,
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
429
errorCode = Http2ErrorCode.
COMPRESSION_ERROR
;