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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 application: chromeproxy-test 5 #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
6 version: 1 6 #version: 1
7 runtime: go 7 runtime: go
8 api_version: go1 8 api_version: go1
9 9
10 handlers: 10 handlers:
11 - url: /image 11 - url: /image
12 static_dir: image 12 static_dir: image
13 - url: /.* 13 - url: /.*
14 script: _go_app 14 script: _go_app
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698