Expect Fix
authorGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 19 Jun 2012 16:13:15 +0000 (19:13 +0300)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 19 Jun 2012 16:13:15 +0000 (19:13 +0300)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/Pithos.Client.WPF/App.xaml.cs
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs

index b399db6..70d8933 100644 (file)
@@ -97,7 +97,7 @@ namespace Pithos.Client.WPF
             if (Settings.Default.IgnoreCertificateErrors)
                 ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, errors) => true;
 
-
+            ServicePointManager.Expect100Continue = false;
             InitializeComponent();            
         }       
 
index 0677356..3cdc2ab 100644 (file)
@@ -93,5 +93,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.7.20619.2")]
-[assembly: AssemblyFileVersionAttribute("0.7.20619.2")]
+[assembly: AssemblyVersion("0.7.20619.3")]
+[assembly: AssemblyFileVersionAttribute("0.7.20619.3")]