X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.cpp;h=99a3925e13f0bca65531f82902012408e0b5556c;hp=33a335ab2e036b903c4d89e87cc22d838dbdd160;hb=fb0ec9c7b3fb51c5da24af0183d35f3815e6ca0e;hpb=d72af7eae68766b62560bdb171302bcc44d98ec2 diff --git a/server.cpp b/server.cpp index 33a335a..99a3925 100644 --- a/server.cpp +++ b/server.cpp @@ -495,6 +495,7 @@ sending_header_or_error_again: assert(bytes_to_send <= stream->backlog_size); if (bytes_to_send < stream->prebuffering_bytes) { // We don't have enough bytes buffered to start this client yet. + // This is postcondition #3. stream->put_client_to_sleep(client); return; }