summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index fe5eceb..b3fc32e 100644
--- a/client.c
+++ b/client.c
@@ -277,7 +277,6 @@ static bool intercept(const char *line, size_t len) {
 }
 
 void clientRecv(struct Client *client) {
-	assert(client->len < sizeof(client->buf));
 	ssize_t read = tls_read(
 		client->tls,
 		&client->buf[client->len], sizeof(client->buf) - client->len
1'>Day 5June McEnroe 2020-11-22Day 4, part 2June McEnroe 2020-11-22Day 4June McEnroe 2020-11-22Day 3, part 2June McEnroe 2020-11-22Day 3, clean upJune McEnroe 2020-11-22Day 3June McEnroe 2020-11-22Day 2, part 2June McEnroe 2020-11-22Day 2June McEnroe 2020-11-22Day 1, part 2June McEnroe 2020-11-22Day 1June McEnroe 2020-11-22Move to 2016 directoryJune McEnroe