Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
518 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in dotnet/corefx that received 20 comments
SocketsHttpHandler: Add a switch to allow non-ascii headers
.NET Core's SocketHttpHandler does not allow sending non-ASCII characters in HTTP headers according to RFC, however in reality services accept/requ…
+382
−30
•
20
comments
- Fix System.Net.Sockets telemetry
- delete dead System.Net.Connections code
- [release/5.0-rc2] SafeSocketHandle: avoid potential blocking of finalizer thread
- Add cache for Socket.LocalEndPoint
- [release/5.0] SafeSocketHandle: avoid potential blocking of finalizer thread
- Remove System.Net.Connections and related features
Created an issue in dotnet/runtime that received 10 comments
SmtpClientTest.SendMail_SendQUITOnDispose timeout on OSX
Test case
System.Net.Mail.Tests.SmtpClientTest.SendMail_SendQUITOnDispose(asyncSend: True)
System.Net.Mail.Tests.SmtpClientTest.SendMail_SendQUITOn…
10
comments