iczero
iczero
eeeeeeeeee @moonheart08
In situations where two identical routes exist, prefer the node with the lowest rtt. An implementation of "poor man's anycast" as originally proposed in #194.
### Ⅰ. Issue Description Tengine buffers the entire response body into RAM before sending it. ### Ⅱ. Describe what happened If serving a file, Tengine will read the entire file...
In `src/http/ngx_http.c` function `ngx_http_add_addresses`, the following code is present: ```c #if (NGX_HTTP_SSL) ssl = lsopt->ssl || addr[i].opt.ssl; protocols |= lsopt->ssl http2 xquic xudp; protocols |= lsopt->xudp
**Describe the bug** Ethernet has a 64-byte minimum frame size. Frames smaller than this (for example, plain TCP ACK without options on IPv4) need to be padded to 64 bytes...
Most recent problems appear to be caused by unpredictable host environments. Subtle differences between distributions result in issues that take disproportionately long to debug. Wine is not exactly good at...
Nix can start the Steam FHS environment with the additional required packages directly from `nix-shell`. Scripts can autodetect a NixOS environment and reexec, instead of requiring the user to manually...
From issue: https://github.com/FAForever/fa/issues/5989 The faf client bypasses the launch wrapper when the debugger is enabled. This either hits binfmt-misc (bad) or fails with exec format error. The client either needs...
It seems that at some point, autosave was changed to be a lot more frequent. According to C2ME: ```toml [generalOptimizations.autoSave] # (Default: ENHANCED) Defines how auto save should be handled...
**Is your feature request related to a problem? Please describe.** Sometimes it is desired to have expiration for items in the database. For example, a session store where sessions expire,...