Browse Source

Fix broken PPRF

Billy Barrow 1 week ago
parent
commit
9219952e24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pprf/HttpClient.vala

+ 1 - 1
src/pprf/HttpClient.vala

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