Redth / HttpTwo

A basic C# HTTP/2 client library
Apache License 2.0
120 stars 51 forks source link

Fixed possible exception in logging #11

Open bahusoid opened 7 years ago

bahusoid commented 7 years ago

It's a fix for #10 issue.

Get rid of duplicate string.Format calls. Fix possible FormatExcetpion in two cases: 1) format argument parameter is a string with '{' 2) When initial message is not a format string but it contains '{'