Skip to content

Commit

Permalink
Remove max buffer size setting. Use default (2 GB).
Browse files Browse the repository at this point in the history
Fixes issue of page sizes of over 1 MB.
  • Loading branch information
Kinematics committed Jun 1, 2017
1 parent de61f8b commit 0bc00ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NetTally.Core/Input/Web/WebPageProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ private void SetupClient()

client = new HttpClient(ClientHandler);

client.MaxResponseContentBufferSize = 1000000;
client.Timeout = timeout;
client.DefaultRequestHeaders.Add("Accept", "text/html");
client.DefaultRequestHeaders.Add("User-Agent", UserAgent);
Expand Down

0 comments on commit 0bc00ad

Please sign in to comment.