francescobarbato / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Investigate .NET 2.0 connection issues #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Several users reported dropped connections using .NET 2.0 runtimes. The
most promising lead on why is described below:

"
So I got to thinking... what is different about the (Http)WebRequest in
framework version 2... and it turns out that there are some
differences.

http://geekswithblogs.net/denis/archive/2005/08/16/50365.aspx
http://support.microsoft.com/default.aspx?scid=kb;EN-US;915599

Anyway... I suspect that forcing the protocol version to 1.0 or
monkeying with keep alive in request.cs should do it... I'll give it a
whirl soon.
"

Original issue reported on code.google.com by fman...@gmail.com on 28 Jul 2006 at 11:04

GoogleCodeExporter commented 8 years ago
found the problem in calendarservice.cs  - made a 24hour test run with randome
updates, inserts, deletes and queries. Survived this with no problems.

Original comment by fman...@gmail.com on 1 Aug 2006 at 5:43