Skip to content

Commit d727d99

Browse files
authored
okhttp: fix HPACK reader bug (#4277)
Backport of the first commit of #4276.
1 parent d715f99 commit d727d99

File tree

1 file changed

+0
-1
lines changed
  • okhttp/third_party/okhttp/java/io/grpc/okhttp/internal/framed

1 file changed

+0
-1
lines changed

okhttp/third_party/okhttp/java/io/grpc/okhttp/internal/framed/Hpack.java

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ private void adjustDynamicTableByteCount() {
164164
}
165165

166166
private void clearDynamicTable() {
167-
headerList.clear();
168167
Arrays.fill(dynamicTable, null);
169168
nextHeaderIndex = dynamicTable.length - 1;
170169
headerCount = 0;

0 commit comments

Comments
 (0)