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

Unified Diff: net/tools/quic/quic_spdy_server_stream.h

Issue 1036643003: Change the QuicInMemoryCache to store a SpdyHeaderBlock instead of BalsaHeaders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « net/tools/quic/quic_in_memory_cache_test.cc ('k') | net/tools/quic/quic_spdy_server_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_server_stream.h
diff --git a/net/tools/quic/quic_spdy_server_stream.h b/net/tools/quic/quic_spdy_server_stream.h
index 6fa1114342a08b2e3aa73cfcd95b3f742b010b90..e4f9d9305da8fd4222311657b51d8c1f86e0c8b0 100644
--- a/net/tools/quic/quic_spdy_server_stream.h
+++ b/net/tools/quic/quic_spdy_server_stream.h
@@ -11,6 +11,7 @@
#include "net/base/io_buffer.h"
#include "net/quic/quic_data_stream.h"
#include "net/quic/quic_protocol.h"
+#include "net/spdy/spdy_framer.h"
#include "net/tools/balsa/balsa_headers.h"
namespace net {
@@ -48,7 +49,8 @@ class QuicSpdyServerStream : public QuicDataStream {
// for the body
void SendErrorResponse();
- void SendHeadersAndBody(const BalsaHeaders& response_headers,
+
ramant (doing other things) 2015/03/24 21:30:11 nit: extra blank line
Ryan Hamilton 2015/03/24 22:02:38 Done. (In final CL)
+ void SendHeadersAndBody(const SpdyHeaderBlock& response_headers,
base::StringPiece body);
BalsaHeaders headers_;
« no previous file with comments | « net/tools/quic/quic_in_memory_cache_test.cc ('k') | net/tools/quic/quic_spdy_server_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698