Skip to content

Commit

Permalink
Remove invalid header
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed May 9, 2024
1 parent 047787d commit 34354df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Runtime/Model/BacktraceHttpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ private UnityWebRequest Post(string submissionUrl, List<IMultipartFormSection> f
request.timeout = RequestTimeout;
request.IgnoreSsl(IgnoreSslValidation);
request.SetMultipartFormData(boundaryIdBytes);
source.SetRequestHeader(ContentTypeHeader, string.Format("{0}{1}", multipartContentTypePrefix, Encoding.UTF8.GetString(boundaryId)));
return request;
}

Expand Down

0 comments on commit 34354df

Please sign in to comment.