Fixed a bug in StrBufReadBLOBBuffered() that would make the read go into an infinite...
[citadel.git] / webcit / tcp_sockets.c
index 1ac55143eed9409980df370bbca9112a3d768a8c..ad4903afc782e55bd43b47d302c789f40bac46f5 100644 (file)
@@ -1017,7 +1017,6 @@ int client_read_to(ParsedHttpHdrs *Hdr, StrBuf *Target, int bytes, int timeout)
                        return 1;
        }
 #endif
-
        retval = StrBufReadBLOBBuffered(Target, 
                                        Hdr->ReadBuf, 
                                        &Hdr->Pos,