Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Rssdp.Infrastructure
|
||||
{
|
||||
retVal = new System.Net.Http.HttpRequestMessage();
|
||||
|
||||
retVal.Content = Parse(retVal, retVal.Headers, data);
|
||||
Parse(retVal, retVal.Headers, data);
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user