web-push-libs / web-push-csharp

Web Push library for C#
Mozilla Public License 2.0
429 stars 108 forks source link

Allow http status code of 202 for response to SendNotification. #71 #72

Closed jcmcbeth closed 4 years ago

jcmcbeth commented 4 years ago

See issue for an explanation. The main changes were to the tests to add coverage for the code change and some additional code coverage for related code.

coryjthompson commented 4 years ago

This is great, thank you.