-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception While Reading Response Headers #1772
Comments
The issue may be related to this net6 issue: #dotnet/runtime#61798 |
Any chance you are using NewRelic in the process / on the host machine? |
@MihaZupan in fact yes, it is running on this particular site. I have disabled the agent for this site and monitoring to see if this happens again sans NewRelic. |
This has been resolved if you update their agent to v9.2.0+ (newrelic/newrelic-dotnet-agent#803) |
@toddca shall I keep it open? |
Please close - upgrading the NewRelic agent fixed. |
I recently upgrade my application from Net5 to Net6 as well as RestSharp to 107.3.0. I have run into issues (stack below) while using this library to access a few totally unrelated REST services. Looking at the Git for this project I believe I have tracked down the method for which the exception is being thrown to:
RestSharp/src/RestSharp/Extensions/HttpHeadersExtensions.cs
Line 21 in fc27aef
The text was updated successfully, but these errors were encountered: