1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
Go to file
Tatsuhiro Tsujikawa 026f4ca3a2 Add --client-mode option
With --client-mode option, shrpx now accepts unencrypted HTTP
connections and communicates with backend server in SPDY.  In short,
this is the "reversed" operation mode against normal mode.  This may
be useful for testing purpose because it can sit between HTTP client
and shrpx "normal" mode.
2012-11-18 21:46:07 +09:00
doc Update doc 2012-09-12 22:37:05 +09:00
examples Add src/.gitignore and edit examples/.gitignore 2012-10-06 00:01:13 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
lib Update GOAWAY INTERNAL_ERROR value according to SPDY/3 spec change 2012-11-14 21:17:04 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Escape '\' in server example code 2012-09-13 23:10:47 +09:00
src Add --client-mode option 2012-11-18 21:46:07 +09:00
tests tests: Use traditional C-style comments 2012-11-14 21:00:36 +09:00
.gitignore Added tests for malloc failures 2012-04-24 22:51:06 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
configure.ac Bump up version number to 0.3.7-DEV 2012-10-02 23:04:41 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
Makefile.am Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
NEWS Updated NEWS 2012-10-02 21:45:52 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Update README.rst 2012-09-12 22:40:59 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

See README.rst