Tim Burgess
Tim Burgess
Maybe this is not sufficiently related, but perhaps some kind of automatic line wrapping in the generated code would be good too?
> I intended to have the caller call JB_Env.exception_occurred to check for an exception if appropriate and then JB_Env.exception_clear before calling the JNI again. Oh, just to make sure we...
> The issue is that a locally managed Tunnel can be converted to a remotely managed Tunnel from the Zero Trust dashboard, and cloudflared then immediately applies the new configuration...
This is with 3.8 - I haven't had time to work on a reproducer yet but that's my next step, certainly.
Yep, still broken. Sadly I'm being forced to use this app.
Aha! I think this is related to this: ``` client := http.Client{ Transport: &http.Transport{ TLSHandshakeTimeout: httpTimeout, ResponseHeaderTimeout: httpTimeout, }, Timeout: httpTimeout, } ``` Creating blank `http.Transport` seems to be considered...
We're seeing this also, even with `max_connections = 1`. lsof shows several parallel connections to the server: ``` terraform 3971985 user 11u IPv4 911087438 0t0 TCP x:60706->y:postgres (SYN_SENT) terraform 3971985...