Callisto82 / tftp.net

Implements the TFTP (Trivial File Transfer) protocol (client/server) in an easy-to-use C#/.NET library.
Microsoft Public License
80 stars 38 forks source link

Correct issue 2: Prevent Exception on Received Error With Null Message #3

Closed hiowaguy closed 5 years ago

hiowaguy commented 6 years ago

When an error message is received handle the exception generated if the sender does not provide an error string in the message. Reference issue #2 .

Reran test suite and confirmed tests passed. Reran scenario causing the issue report and confirmed it is resolved.

Callisto82 commented 5 years ago

Hi @hiowaguy, thanks for the fix! Sorry that the merge took so lang, I actually only noticed today that I don't get e-mail notifications from github :(