~grubng-dev/grubng/clients-csharp

« back to all changes in this revision

Viewing changes to grubng-sharp/Crawler.cs

  • Committer: thindil
  • Date: 2011-04-27 09:23:48 UTC
  • Revision ID: thindil2@gmail.com-20110427092348-zptkfojixt8pna3s
fixed bug with not counting timeouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
                                                memstream.Dispose();
470
470
                                                memstream = null;
471
471
                                                returnvalue[0] = 408;
 
472
                                                returnvalue[2] = 1;
472
473
                                                return returnvalue;
473
474
                                        }
474
475
                                        catch (InvalidDataException)