80702f796dEnsure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591.
11 anni fa
Gert Driesen
e76c06251dFix lots of issues in Silverlight socket methods.
11 anni fa
Gert Driesen
2ddb3df0e0* Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server.
11 anni fa
Gert Driesen
8bea7cb388Skip headers (and message body if Content-Length headers is set) returned by HTTP proxy. Fail fast when proxy does not return HTTP 200.