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

Unified Diff: tools/chrome_proxy/testserver/app.yaml

Issue 2206363002: Added integration test to Chrome Proxy to verify direct connection on remote site timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added integration test to Chrome Proxy to verify direct connection on remote site timeout Created 4 years, 4 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
Index: tools/chrome_proxy/testserver/app.yaml
diff --git a/tools/chrome_proxy/testserver/app.yaml b/tools/chrome_proxy/testserver/app.yaml
index a73e1ee96d33ad4d63c7daa2fb64155fc5178ecb..4162935d434428d46c81d4136669ed53a1cb4452 100644
--- a/tools/chrome_proxy/testserver/app.yaml
+++ b/tools/chrome_proxy/testserver/app.yaml
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-application: chromeproxy-test
-version: 1
+#application: chromeproxy-test
sclittle 2016/08/09 21:31:31 Why did you comment these lines out?
Robert Ogden 2016/08/09 21:56:22 New version of appengine throws up with those give
+#version: 1
runtime: go
api_version: go1

Powered by Google App Engine
This is Rietveld 408576698