* operate blobreader so it will search \n000\n if we're server reading and just end...
[citadel.git] / webcit / tcp_sockets.c
index 5833c4bda4a37f6b965d707e9d5296ad31326abf..22733ef58eac12f7771e21b9d468609611167ff8 100644 (file)
@@ -232,6 +232,7 @@ int StrBuf_ServGetBLOBBuffered(StrBuf *buf, long BlobSize)
                                    &WCC->serv_sock, 
                                    1, 
                                    BlobSize, 
+                                   NNN_TERM,
                                    &Err);
        if (rc < 0)
        {