Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Unified Diff: net/spdy/spdy_stream.h

Issue 2555563003: Ignore 1xx informational headers. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 9e67e6a85df9a2d8df7c1715fbaead739796f9fe..0a72167357e80f57411703a984ce5aabf7506adc 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -396,7 +396,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
// * zero or one header block ("trailers").
// Each header block must have a ":status" header field. SpdyStream enforces
// these requirements, and resets the stream if they are not met.
- // TODO(bnc) https://crbug.com/662197 Add support for informational headers.
enum ResponseState {
READY_FOR_HEADERS,
READY_FOR_DATA_OR_TRAILERS,

Powered by Google App Engine
This is Rietveld 408576698