commit a6238a4fc991acfceb605346baa838ad40e555dd from: Omar Polo date: Wed Sep 14 20:40:50 2022 UTC missing commit - c42fce9b023dfe95306bc5a51db7557b0e053e7c commit + a6238a4fc991acfceb605346baa838ad40e555dd blob - 66d1f24b608f81db6412aab74bc2bc6adc7a3210 blob + d7c7097bac03f3fc7134cad494036ace115aebc0 --- proxy.c +++ proxy.c @@ -780,7 +780,7 @@ proxy_error(struct bufferevent *bev, short err, void * htmlescape(clt, clt->clt_pc->proxy_name) == -1 || htmlescape(clt, clt->clt_path_info) == -1 || clt_puts(clt, "") == -1 || - clt_puts(clt, "") == -1) + clt_puts(clt, "") == -1) return; if (clt_puts(clt, "") == -1) return;