DescriptionRename SpdyRstStreamStatus and SpdyGoAwayStatus enum entries.
Rename and renumber enum entries to exactly match wire values
defined in the HTTP/2 specification. In particular:
* s/GOAWAY_OK/GOAWAY_NO_ERROR/
* s/RST_STREAM_INVALID_STREAM/RST_STREAM_STREAM_CLOSED/
* s/RST_STREAM_FRAME_TOO_LARGE/RST_STREAM_FRAME_SIZE_ERROR/
* Remove RST_STREAM_UNSUPPERTED_VERSION, RST_STREAM_IN_USE,
RST_STREAM_ALREADY_CLOSED.
Change string serialization values only used for log messages.
RST_STREAM_INVALID_STREAM and RST_STREAM_STREAM_CLOSED were used
interchangeably. Now RST_STREAM_INVALID_STREAM is removed in favor of
RST_STREAM_STREAM_CLOSED. This CL also renames STATUS_CODE_INVALID_STREAM to
STATUS_CODE_STREAM_CLOSED, and changes description in histograms.xml.
Also add STATUS_CODE_COMPRESSION_ERROR to SpdyProtocolErrorDetails,
to correctly log incoming RST_STREAMs with RST_STREAM_COMPRESSION_ERROR.
This CL lands server change 143555862 by bnc.
BUG=488484
Review-Url: https://codereview.chromium.org/2612293004
Cr-Commit-Position: refs/heads/master@{#443002}
Committed: https://chromium.googlesource.com/chromium/src/+/5221fd1d6caa0d84ad5a0f8abb4bd745f0170b94
Patch Set 1 #Patch Set 2 : Rebase. #
Messages
Total messages: 14 (9 generated)
|