Commit ce15dc7
authored
Fix UnobservedTaskException on Http2's SendPingAsync (#64494)
Wrap the SendPingAsync function with LogExceptions in Http2Connection.cs
to avoid any exception here being caught as an UnobservedTaskException.
Fix #64450
Signed-off-by: Shubhanshu Saxena <shubhanshu.e01@gmail.com>1 parent c12bea8 commit ce15dc7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2038 | 2038 | | |
2039 | 2039 | | |
2040 | 2040 | | |
2041 | | - | |
| 2041 | + | |
2042 | 2042 | | |
2043 | 2043 | | |
2044 | 2044 | | |
| |||
0 commit comments