You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We can't throw a Http2StreamErrorException here, it interrupts the header decompression state and may corrupt subsequent header frames on other streams.
1230
-
// For now these either need to be connection errors or BadRequests. If we want to downgrade any of them to stream errors later then we need to
1231
-
// rework the flow so that the remaining headers are drained and the decompression state is maintained.
// We can't throw a Http2StreamErrorException here, it interrupts the header decompression state and may corrupt subsequent header frames on other streams.
1253
1250
// For now these either need to be connection errors or BadRequests. If we want to downgrade any of them to stream errors later then we need to
1254
1251
// rework the flow so that the remaining headers are drained and the decompression state is maintained.
// "The value is based on the uncompressed size of header fields, including the length of the name and value in octets plus an overhead of 32 octets for each header field.";
0 commit comments