- 01 Aug, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
By default, configuration file is /etc/shrpx/shrpx.conf. It can be overridden using --conf option. See shrpx.conf.sample to know how to write shrpx.conf. The configurations given in shrpx.conf will be overridden by the options specified in cmmand-line.
-
- 31 Jul, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
--pid-file option saves PID to the specified file. user option is --used to drop root privileges.
-
- 27 Jul, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
Include config.h from sources under examples. Added kevent.udata type check.
-
- 26 Jul, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 23 Jul, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 18 Jul, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 17 Jul, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Jul, 2012 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It seems that specifying NULL to bufferevent_set_timeouts() does not remove timeout, which is described in bufferevent book (but it is not described in header). As a workaround, we specify long enough timeout to emulate removing timeout.
-
Tatsuhiro Tsujikawa authored
-
- 15 Jul, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Chrome SPDY/3 flow control does not work well in spdy proxy connection.
-
Tatsuhiro Tsujikawa authored
Log error string in case of network error
-
- 14 Jul, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
For upstream timeout, it seems OpenSSL backed bufferevent does not remove timeout. Set large timeout as a workaround.
-
Tatsuhiro Tsujikawa authored
-
- 13 Jul, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
Jetty refuses connection if SSLv23_client_method is used.
-
- 12 Jul, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This is just a sanity check in caes of path contains absoluteURI.
-
Tatsuhiro Tsujikawa authored
This option append X-Forwarded-For header field to the downstream request.
-
- 11 Jul, 2012 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
To enable SPDY proxy, use --spdy-proxy option. At time of this writing, the only browser which supports SSL/SPDY proxy is Chrome. Removed Location and Host header field rewrite.
-
Tatsuhiro Tsujikawa authored
CONNECT method supported. Fixed _str8cmp and _str9cmp comparison. Support no content-length case. Fixed hook_uri_run args. Run hook_on_hdrs_complete if no header field is present. Supported empty header value. Case insensitive match for particular header values (e.g., keep-alive).
-