Add HTTP/2 error code from latest draft.
commit62acceb2fda95d23ae8081ac3d22e7b49e8ee099
authorbnc <bnc@chromium.org>
Thu, 13 Nov 2014 05:41:39 +0000 (12 21:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 13 Nov 2014 05:41:55 +0000 (13 05:41 +0000)
treebc4c3e7f349b671096af1c5bcd2efcf920235ffc
parentf7bc3ff86ccd94ec8f1a0374f9ac91639038d72e
Add HTTP/2 error code from latest draft.

Add HTTP_1_1_REQUIRED error code for RST_STREAM and GOAWAY frames that was
introduced in draft-15.  Also add INADEQUATE_SECURTY error code wherever it had
been forgotten.

This lands server change 79690279 by bnc in spdy_framer.cc and spdy_protocol.{h,cc}.

BUG=431306

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

Cr-Commit-Position: refs/heads/master@{#303993}
net/spdy/spdy_framer.cc
net/spdy/spdy_protocol.cc
net/spdy/spdy_protocol.h
net/spdy/spdy_session.cc
net/spdy/spdy_session.h
net/spdy/spdy_session_unittest.cc