Revision 2fe9d2b3

b/trunk/Pithos.Network/RestClient.cs
94 94
            Contract.Invariant(Headers!=null);    
95 95
        }
96 96

  
97
        public RestClient():base()
98
        {
99
            
97
        public RestClient():base()

98
        {

99
            HttpWebRequest.DefaultMaximumErrorResponseLength = 67108864;
100 100
        }
101 101

  
102 102
       

Also available in: Unified diff