Browse Source

Fix broken PPRF

Billy Barrow 1 tuần trước cách đây
mục cha
commit
9219952e24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pprf/HttpClient.vala

+ 1 - 1
src/pprf/HttpClient.vala

@@ -77,7 +77,7 @@ namespace Pprf {
 
         public class Receipticle : OutputStream {
 
-            private ByteBuffer output;
+            private ByteBuffer output = new ByteBuffer(0);
             private const int max_size = 8192;
 
             private Cond cond = Cond ();