-
**Is your feature request related to a problem? Please describe.**
The problem is that if you step away from your computer your SAS session can die due to settings in Viya. This can be annoying becau…
-
### Idea
can kwe keep the docker container up if we even do exit it terminal? this because is want to remotetly acces putty by vpn without the need to start the container again an again over.
:)
-
As of now, whenever you close the side panel, the connection the the websites are closed. When you reopen it, websites are reloaded.
For some websites, this is annoying, e.g. web.whatsapp.com
-
This is more of a query or a suggestion than an issue.
I noticed that this library creates a new `reqwest::Client` for each `GET` request: https://github.com/h3poteto/megalodon-rs/blob/5ebcaca720c3…
-
**Describe the bug**
A clear and concise description of what the bug is.
Ollama's keep alive setting supports "-1" value, so keep model forever.
Flowise's ChatOllama doesn't support this value and …
-
My understanding is that `http2` supports reacting to keep-alive pings (and rate limits them), but does not send any of its own. It would be good to have support for this.
Opening this ticket prima…
edsko updated
1 month ago
-
-
just try to don't use keep alive you can just add a middleware that gose like
`nodejs
app.use((req, res, next) => {
res.setHeader('Connection', 'close');
next();
});
`
-
### Environment
"nuxt": "^3.11.2"
### Reproduction
https://stackblitz.com/edit/nuxt-starter-fzarr5
1. Visit A Page and type something. go back,
2. Visit B Page and type something. go back…
-
Checkout [beast impl](https://www.boost.org/doc/libs/develop/boost/beast/http/impl/fields.hpp) and implement keep alive header option support.
Maybe add a keep_alive type for more detailed version of…