diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-07 06:36:01 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-07 06:36:01 +0000 |
commit | 740bbbecd5b555f6320368cc22f5adb836e1d14d (patch) | |
tree | b2ce57332292ed9bd2ead54127599a5f89df638d /net/spdy | |
parent | 078b49a4a8f59ecc6663e4e4ad54833762c4da2e (diff) | |
download | chromium_src-740bbbecd5b555f6320368cc22f5adb836e1d14d.zip chromium_src-740bbbecd5b555f6320368cc22f5adb836e1d14d.tar.gz chromium_src-740bbbecd5b555f6320368cc22f5adb836e1d14d.tar.bz2 |
Missing comment change from last checkin.
BUG=none
TEST=na
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy')
-rw-r--r-- | net/spdy/spdy_http_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_http_utils.h b/net/spdy/spdy_http_utils.h index c6946dd..40f0254 100644 --- a/net/spdy/spdy_http_utils.h +++ b/net/spdy/spdy_http_utils.h @@ -17,8 +17,8 @@ class HttpRequestHeaders; // Convert a SpdyHeaderBlock into an HttpResponseInfo. // |headers| input parameter with the SpdyHeaderBlock. // |info| output parameter for the HttpResponseInfo. -// Returns true if successfully converted. False if there was a failure -// or if the SpdyHeaderBlock was invalid. +// Returns true if successfully converted. False if the SpdyHeaderBlock is +// incomplete (e.g. missing 'status' or 'version'). bool SpdyHeadersToHttpResponse(const spdy::SpdyHeaderBlock& headers, HttpResponseInfo* response); |