From: plugd Date: Mon, 26 Jul 2021 20:14:51 +0000 (+0200) Subject: Opened issue re timer. X-Git-Tag: v3.1.0~14 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=b535280e99e34e1f018fb97ad6d41ff7564d2334 Opened issue re timer. --- diff --git a/ISSUES.org b/ISSUES.org index 58fbe01..cf082d1 100644 --- a/ISSUES.org +++ b/ISSUES.org @@ -1,4 +1,4 @@ -#+TITLE: Development notes/ideas +#+TITLE: Issues and Dev Notes #+TODO: OPEN(o!) | CLOSED(c!) INVALID(i@) #+STARTUP: logdrawer @@ -14,6 +14,15 @@ that contains path separators and probably other characters that I haven't thought of. This is dangerously unacceptable and needs to be fixed right away. +** OPEN Set timer after creating network process + +While the current order is necessary for synchronous socks +connections, it is unecessary for regular connections which have the +no-wait flag set. Furthermore, for these connections, having the +timer fire up early means that it interferes with requests for +user interaction that may appear during the initial connection setup. +E.g., asking for approval of uknown TLS certificates. + * Closed Bugs ** CLOSED Org mode faces are not present in recent emacs versions