)]}' { "commit": "b620e0538e403bab3574e28059c472e2a1ccb352", "tree": "b22dd4a778d06e724277d827ac7dedf362301a51", "parents": [ "655638c29c298614c669f4486125892194063cdd" ], "author": { "name": "QUICHE team", "email": "quiche-dev@google.com", "time": "Wed Jan 19 14:26:57 2022 -0800" }, "committer": { "name": "Copybara-Service", "email": "copybara-worker@google.com", "time": "Wed Jan 19 14:28:04 2022 -0800" }, "message": "Avoid validating content-length values for 304 responses in oghttp2.\n\nAccording to https://httpwg.org/specs/rfc7230.html#rfc.section.3.3.2, a server\nmay send the content-length header in a 304 response, which does not have a\nbody. The content-length header in this case indicates the body length the\nserver would have sent in the corresponding 200 response. Therefore, this CL\nupdates oghttp2 to not check for received content-length header value mismatch\nin 304 responses. This update is important for several integration test cases.\n\nPiperOrigin-RevId: 422905007\n", "tree_diff": [ { "type": "modify", "old_id": "206d8e28b02f42874ee57c99e5691decdfc48f90", "old_mode": 33188, "old_path": "http2/adapter/nghttp2_adapter_test.cc", "new_id": "ff92a65e8ddec80c430773a2bef9540447236049", "new_mode": 33188, "new_path": "http2/adapter/nghttp2_adapter_test.cc" }, { "type": "modify", "old_id": "d3f235de445eb333566602d3328d7e6e19055223", "old_mode": 33188, "old_path": "http2/adapter/oghttp2_adapter_test.cc", "new_id": "ee6713945b63eed24de923d49ccca9314eb0269c", "new_mode": 33188, "new_path": "http2/adapter/oghttp2_adapter_test.cc" }, { "type": "modify", "old_id": "4c14b1b72e7ca6621d9c74410d611b650df4d5cf", "old_mode": 33188, "old_path": "http2/adapter/oghttp2_session.cc", "new_id": "547ea1564bc1f02c6e7864c78aba28af0ac694f4", "new_mode": 33188, "new_path": "http2/adapter/oghttp2_session.cc" } ] }