mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 11:06:56 +00:00
Single line comments should start with a space
This commit is contained in:
@@ -570,10 +570,10 @@ namespace Jellyfin.Server.SocketSharp
|
||||
public HttpMultipart(Stream data, string b, Encoding encoding)
|
||||
{
|
||||
this.data = data;
|
||||
//DB: 30/01/11: cannot set or read the Position in HttpListener in Win.NET
|
||||
//var ms = new MemoryStream(32 * 1024);
|
||||
//data.CopyTo(ms);
|
||||
//this.data = ms;
|
||||
// DB: 30/01/11: cannot set or read the Position in HttpListener in Win.NET
|
||||
// var ms = new MemoryStream(32 * 1024);
|
||||
// data.CopyTo(ms);
|
||||
// this.data = ms;
|
||||
|
||||
boundary = b;
|
||||
boundary_bytes = encoding.GetBytes(b);
|
||||
|
||||
Reference in New Issue
Block a user