Browse Source

[Modify] Replace it

pull/618/head
sta 6 years ago
parent
commit
52d5d61388
  1. 3
      Example3/Program.cs

3
Example3/Program.cs

@ -108,7 +108,8 @@ namespace Example3
res.ContentEncoding = Encoding.UTF8; res.ContentEncoding = Encoding.UTF8;
} }
res.WriteContent (contents);
res.ContentLength64 = contents.LongLength;
res.Close (contents, true);
}; };
// Add the WebSocket services. // Add the WebSocket services.

Loading…
Cancel
Save