Fix "value possibly truncated" warnings on MSVC, net/spdy/ edition.
commit1662810517ea5b08e4e334b3eb9450833c148fb6
authorpkasting <pkasting@chromium.org>
Fri, 5 Dec 2014 22:49:40 +0000 (5 14:49 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Dec 2014 22:50:15 +0000 (5 22:50 +0000)
treea53d52ba4bfabf7a58122a47c458bb72dc9217d8
parent9f5b566d896d34380642c952041bfd30eb315385
Fix "value possibly truncated" warnings on MSVC, net/spdy/ edition.

Specifically, this addresses some instances of C4244 ( http://msdn.microsoft.com/en-us/library/th7a07tz.aspx ).

Also does a few misc. cleanups, mostly to test code.

Note: This CL includes server-side change 81444427.

BUG=81439
TEST=none

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

Cr-Commit-Position: refs/heads/master@{#307099}
13 files changed:
net/spdy/buffered_spdy_framer.cc
net/spdy/buffered_spdy_framer.h
net/spdy/fuzzing/hpack_fuzz_util.cc
net/spdy/hpack_huffman_table.cc
net/spdy/hpack_huffman_table.h
net/spdy/hpack_huffman_table_test.cc
net/spdy/spdy_frame_builder.h
net/spdy/spdy_framer.cc
net/spdy/spdy_framer.h
net/spdy/spdy_framer_test.cc
net/spdy/spdy_protocol.h
net/spdy/spdy_session.cc
net/spdy/spdy_session.h