diff options
Diffstat (limited to 'net/spdy/spdy_http_utils.h')
-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); |