No description
97521bbfeb
Patch reference: e69132f3762bd57a328dfc40b645d670d651afe7 Patch message: When connecting to shellinabox through an HTTP Proxy, we need to be careful in holding the HTTP/S connection with unbound pending HTTP-POST as they would occupy one thread in the outbound proxy. We do need to make sure that: - HTTP POST will graceful time-out from the client side, if no data is returned by the server in 30s (gives the impression to the HTTP Proxy that the "page load" is completed after tha time and then would release the thread) - In case of connection errors, the browser doesn't retry with a short loop but waits 1s before trying again. This prevent the browser freezing and the CPU looping. |
||
---|---|---|
contrib | ||
debian | ||
demo | ||
libhttp | ||
logging | ||
shellinabox | ||
.gitignore | ||
aclocal.m4 | ||
AUTHORS | ||
ChangeLog | ||
commit | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
etc-pam.d-shellinabox-example | ||
GPL-2 | ||
INSTALL | ||
install-sh | ||
INSTALL.Debian | ||
ltmain.sh | ||
make-chained-cert.sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README | ||
README.Fedora | ||
stresstest.sh | ||
TODO | ||
update |
Build the package according to the information in INSTALL, then refer to to the shellinaboxd.1 manual page, or the shellinaboxd.ps PostScript file for detailed documentation.