Closed
Description
This error is related to bug https://casablanca.codeplex.com/workitem/267
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.