1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
Go to file
Tatsuhiro Tsujikawa fa552c6788 shrpx: Share SPDY session among multiple frontend connections per thread
In client mode, now SPDY connection to the backend server is
established per thread.  The frontend connections which belong to the
same thread share the SPDY connection.
2012-11-21 01:29:39 +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 shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +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-11-18 22:08:49 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

See README.rst