commit 16373356309bbffea15297b273af79c2c62d9c8b from: Omar Polo via: Thomas Adam date: Mon Jan 02 11:43:39 2023 UTC fmt commit - 56409302ec70f87cebbea0155915ea2862327e86 commit + 16373356309bbffea15297b273af79c2c62d9c8b blob - 3634c75903e2e1fc5faa8c465bd5ac17c3653482 blob + 0af422c1f88a011ecb3debf75b7386039aa7419a --- gotd/gotd.c +++ gotd/gotd.c @@ -1003,7 +1003,7 @@ gotd_request(int fd, short events, void *arg) * The client has closed its socket. * This can happen when Git clients are * done sending pack file data. - */ + */ msgbuf_clear(&ibuf->w); continue; } else if (n == -1 && errno != EAGAIN) {