relnote: not serializing invalid headers going from HTTP->SPDY.
commit852d6fb488cd4db88ad8a227203848e5a00adb94
authorrtenneti <rtenneti@chromium.org>
Fri, 24 Jul 2015 23:09:22 +0000 (24 16:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 24 Jul 2015 23:10:01 +0000 (24 23:10 +0000)
tree3ea3e365932199e7bdd5ed663bdabebacf8e323a
parente0a5f6e3e2b0facb1275e3bc3c18b955a37dbbb2
relnote: not serializing invalid headers going from HTTP->SPDY.
Behind FLAGS_spdy_strip_invalid_headers.

Prior to this CL we had a lovely pattern where you could take a set of
HTTP headers, serliaze to SPDY, and then serializing back to HTTP would
fail because we were writing out headers we would not read.

This should fix this once and for all.

Merge internal change: 96583692

R=rch@chromium.org

Review URL: https://codereview.chromium.org/1250373003

Cr-Commit-Position: refs/heads/master@{#340367}
net/quic/quic_flags.cc
net/quic/quic_flags.h
net/tools/quic/spdy_balsa_utils.cc
net/tools/quic/test_tools/quic_test_client.cc