Hello!
On Fri, Mar 8, 2013 at 2:27 AM, Michael Frank wrote:
> i would like to use the "SPDY" Protocol in the future with nginx.
>
> Is the SPDY-Patch already installed in the core - or must i patch the core
> manually?
>
No, I haven't included the SPDY patch in the bundle because the SPDY
patch is still considered experimental (officially) and there has been
reports for its incompatibilities with ngx_lua, the core component of
openresty.
If you really want to use it, then you need to patch the bundled Nginx
core yourself (that is, patching the bundle/nginx-1.2.x directory).
Best regards,
-agentzh