File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 108
108
<EmbeddedResource Include =" SettingsForm.resx" >
109
109
<DependentUpon >SettingsForm.cs</DependentUpon >
110
110
</EmbeddedResource >
111
- <None Include =" packages.config" />
112
111
<None Include =" Properties\DataSources\AuditLog.datasource" />
113
112
<None Include =" Properties\DataSources\Reddit.OnePost.datasource" />
114
113
<None Include =" Properties\DataSources\Reddit.OnePostData.datasource" />
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public Client(int requestDelayInMs)
108
108
reportedUsers = new List < String > ( ) ;
109
109
checkedUserCache = new Dictionary < String , bool > ( ) ;
110
110
// avoid the "too many delimiter characters"
111
- System . Net . Http . Formatting . MediaTypeFormatter . SkipStreamLimitChecks = true ;
111
+ // System.Net.Http.Formatting.MediaTypeFormatter.SkipStreamLimitChecks = true;
112
112
handler = new HttpClientHandler
113
113
{
114
114
UseCookies = true ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments