Download List

專案描述

spdylay is an experimental implementation of Google's SPDY protocol in C. It provides a SPDY framing layer implementation. It does not perform any I/O operations. When the library needs them, it calls the callback functions provided by the application. It also does not include any event polling mechanism, so the application can freely choose the way of handling events. This library code does not depend on any particular SSL library (except for example programs that depend on OpenSSL 1.0.1 or later).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-14 03:25
0.3.7

This release updates the INTERNAL_ERROR value of the GOAWAY frame according to the SPDY/3 spec change. spdycat and spdyd can now operate on
non-SSL/TLS SPDY connections. shrpx now has --client and --client-proxy options to make it accept plain HTTP connections and forward them to the backend in SPDY. There are many enhancements to these
programs in this release.
標籤: Feature Enhancements, Bugfixes

2012-10-03 07:29
0.3.6

This release fixes bugs in configure command-line options and spdycat. Client side header block compression was disabled.
on_ctrl_not_send_callback now returns SPDYLAY_ERR_FRAME_TOO_LARGE as an
error code when a packed frame is too large to fit in the SPDY frame size limit. Shrpx SPDY proxy mode now announces SPDY/3 as the default protocol.
標籤: Bugfixes

2012-09-14 05:54
0.3.5

This release fixes a bug where shrpx tries to read a response body when the HTTP status code is 304 and nonzero Content-Length is returned. The
SPDY client and server programs spdycat, spdyd, and shrpx were moved to the src directory. The --enable-src configure option was added to enable/disable to build them. In the Python API, Session.resume_data() now
returns a Boolean value to indicate an error instead of raising InvalidArgumentError.
標籤: Bugfixes

2012-08-29 06:01
0.3.3

This release fixes the segmentation fault error if the name/value pairs that include empty string names are passed as nv arguments to spdylay_submit_* functions. Spdycat has a new option to specify arbitrary headers from the command line. Shrpx has a new option to specify the allowed cipher list. The Python wrapper python-spdylay was added.
標籤: Feature Enhancements, Bugfixes

2012-06-12 06:41
0.3.1

This release fixes the bug where on_ctrl_recv_callback is not called when RST_STREAM is received. It also fixes the bug where on_data_recv_callback and on_data_chunk_recv_callback is called after
the stream was closed. A multi-threaded reverse proxy for SPDY/HTTPS is added as an example program.
標籤: Bugfixes

Project Resources