You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A easy way to reproduce this is to run the BlackJack _Server and send "http://localhost:34568/blackjack/dealer?^" to the server. Where the "?^" is the malformed part. The server should reply with status 400 "provided uri is invalid: /blackjack/dealer?^"
The reply message is not sent from some reason, this might have implications on server stability over time.