commit 27a9ee843808a86e6383ab119c3aac64eed8a9e6 from: Omar Polo date: Wed Sep 14 20:32:31 2022 UTC add the meta viewport for responsive commit - b485486365b4285b20a28e81be61e1591e82cc37 commit + 27a9ee843808a86e6383ab119c3aac64eed8a9e6 blob - f0058d29c2ed3c7c719290df0fe5160273580827 blob + 4ace427cc00a1d7ce2a1d0c3e4d4cfebd9fa7897 --- proxy.c +++ proxy.c @@ -706,6 +706,10 @@ proxy_read(struct bufferevent *bev, void *d) if (*pc->stylesheet != '\0' && clt_printf(clt, "", pc->stylesheet) == -1) + goto err; + if (clt_puts(clt, + "") + == -1) goto err; if (clt_puts(clt, "") == -1) goto err;