mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
decompress_data: move a comment
This should have been done in commit e441361f2c
.
This commit is contained in:
parent
6f8f41e20d
commit
dfbbde1952
@ -971,8 +971,6 @@ decompress_data(struct connection *conn, unsigned char *data, int len,
|
||||
#define BIG_READ 65536
|
||||
if (!*length_of_block) {
|
||||
/* Going to finish this decoding bussiness. */
|
||||
/* Some nicely big value - empty encoded output queue by reading
|
||||
* big chunks from it. */
|
||||
state = FINISHING;
|
||||
}
|
||||
|
||||
@ -1027,6 +1025,9 @@ decompress_data(struct connection *conn, unsigned char *data, int len,
|
||||
}
|
||||
}
|
||||
} else {
|
||||
/* state is FINISHING. Set to_read to some nice, big
|
||||
* value to empty the encoded output queue by reading
|
||||
* big chunks from it. */
|
||||
to_read = BIG_READ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user