cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Very very slow when computer connected to VPN #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to any VPN
2. Run the cefclient on your machine(not the virtual machine)

What is the expected output? What do you see instead?
Speed should be normal as I have completely disabled proxy check in 
FindProxyforUrl method. My FindProxyforUrl looks like this:
bool FindProxyForUrl(const GURL& url, std::string* proxy_list) {

  DCHECK(_Context->request_context())
  int rv = net::OK;
  return rv == net::OK;
}

What version of the product are you using? On what operating system?
I am on revision 82. It gave the same issue on Windows XP and Windows 7(32-bit 
and 64-bit).

Original issue reported on code.google.com by pulkitru...@gmail.com on 10 Aug 2010 at 6:52

GoogleCodeExporter commented 9 years ago
This may be related to issue 81. Please try with revision 116 which fixes that 
issue.

Original comment by magreenb...@gmail.com on 15 Oct 2010 at 6:40

GoogleCodeExporter commented 9 years ago
Marking old unconfirmed issues as WontFix.

Original comment by magreenb...@gmail.com on 2 Oct 2012 at 10:18

GoogleCodeExporter commented 9 years ago
This may be happening as CEF always uses IE system proxy settings, see issue 
600.

See also this thread, it was noticed that IE proxy can slow down even loading 
local 127.0.0.1 content: http://magpcss.org/ceforum/viewtopic.php?f=6&t=2586

Original comment by czarek.t...@gmail.com on 3 Oct 2012 at 5:25