Commit c3dd0f09 authored by Honfika's avatar Honfika

Increase timeout to 60 sec, because long polling usually uses 30 sec timeouts...

Increase timeout to 60 sec, because long polling usually uses 30 sec timeouts (https://tools.ietf.org/id/draft-loreto-http-bidirectional-07.html) therefor 30 sec receive timeout is not enough
parent 687a8740
...@@ -92,7 +92,7 @@ namespace Titanium.Web.Proxy ...@@ -92,7 +92,7 @@ namespace Titanium.Web.Proxy
bool trustRootCertificateAsAdmin = false) bool trustRootCertificateAsAdmin = false)
{ {
//default values //default values
ConnectionTimeOutSeconds = 30; ConnectionTimeOutSeconds = 60;
ProxyEndPoints = new List<ProxyEndPoint>(); ProxyEndPoints = new List<ProxyEndPoint>();
tcpConnectionFactory = new TcpConnectionFactory(); tcpConnectionFactory = new TcpConnectionFactory();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment