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

Unified Diff: net/server/web_socket_encoder.h

Issue 1047623002: Support parsing a Sec-WebSocket-Extensions header with multiple elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed #12 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 | « no previous file | net/server/web_socket_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/server/web_socket_encoder.h
diff --git a/net/server/web_socket_encoder.h b/net/server/web_socket_encoder.h
index 7f49959c030290a2edc3966fea8c07a52fc7f320..23f0d9cc075b15471ce7c3ef0b54f877f9be809a 100644
--- a/net/server/web_socket_encoder.h
+++ b/net/server/web_socket_encoder.h
@@ -57,7 +57,7 @@ class WebSocketEncoder {
//
// TODO(tyoshino): Consider using a struct than taking a lot of pointers for
// output.
- static void ParseExtensions(const std::string& extensions,
+ static void ParseExtensions(const std::string& header_value,
bool* deflate,
bool* has_client_window_bits,
int* client_window_bits,
« no previous file with comments | « no previous file | net/server/web_socket_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698