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

Unified Diff: web_page_replay_go/src/webpagereplay/proxy.go

Issue 2956123002: [wpr-go] Match NegotiatedProtocol (Closed)
Patch Set: self Created 3 years, 6 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 | « web_page_replay_go/src/webpagereplay/certs.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web_page_replay_go/src/webpagereplay/proxy.go
diff --git a/web_page_replay_go/src/webpagereplay/proxy.go b/web_page_replay_go/src/webpagereplay/proxy.go
index 8ee8278569930164654f757f06a5cf2415f5f11f..2a9a088666b6a9ca30da83af0701f99f73331da1 100644
--- a/web_page_replay_go/src/webpagereplay/proxy.go
+++ b/web_page_replay_go/src/webpagereplay/proxy.go
@@ -62,7 +62,7 @@ func (proxy *replayingProxy) ServeHTTP(w http.ResponseWriter, req *http.Request)
logf := makeLogger(req)
// Lookup the response in the archive.
- _, storedResp, _, err := proxy.a.FindRequest(req, proxy.scheme)
+ _, storedResp, err := proxy.a.FindRequest(req, proxy.scheme)
if err != nil {
logf("couldn't find matching request: %v", err)
w.WriteHeader(http.StatusNotFound)
« no previous file with comments | « web_page_replay_go/src/webpagereplay/certs.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698