Home
last modified time | relevance | path

Searched refs:http_keep_alive (Results 1 – 15 of 15) sorted by relevance

/dports/databases/py-sispy/sispy-1.1.0/sispy/
H A Dhttp.py69 def get_handler(http_keep_alive=True): argument
78 return RequestsHandler(http_keep_alive=http_keep_alive)
201 def __init__(self, http_keep_alive=True, *args, **kwargs): argument
204 self.http_keep_alive = http_keep_alive
212 if not self.http_keep_alive:
H A Dclient.py17 http_keep_alive=True): argument
24 self._http_handler = http.get_handler(http_keep_alive=http_keep_alive)
/dports/net/serveez/serveez-0.2.2/src/http-server/
H A Dhttp-core.h132 int http_keep_alive (svz_socket_t *sock);
H A Dhttp-cache.c420 num_written = http_keep_alive (sock); in http_cache_write()
H A Dhttp-proto.c446 num_written = http_keep_alive (sock); in http_send_file()
505 num_written = http_keep_alive (sock); in http_default_write()
H A Dhttp-core.c651 http_keep_alive (svz_socket_t *sock) in http_keep_alive() function
/dports/ftp/wget/wget-1.21.2/src/
H A Doptions.h150 bool http_keep_alive; /* whether we use keep-alive */ member
H A Dinit.c227 { "httpkeepalive", &opt.http_keep_alive, cmd_boolean },
413 opt.http_keep_alive = true; in defaults()
H A Dhttp.c3243 !opt.http_keep_alive || opt.ignore_length; in gethttp()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dwget.vim80 \ "http_keep_alive",
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dwget.vim80 \ "http_keep_alive",
/dports/net/serveez/serveez-0.2.2/src/
H A DChangeLog6315 * http-proto.c (http_keep_alive): Implemented the HTTP/1.1 feature
/dports/ftp/wget/wget-1.21.2/doc/
H A Dwget.texi3440 @item http_keep_alive = on/off
H A Dwget.info3098 http_keep_alive = on/off
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog22860 (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.