Skip to content

Patch doesn't work for 1.11.6 #1

@lenovouser

Description

@lenovouser

@cujanovic it sadly doesn't work on 1.11.6 anymore 😞

patching file auto/modules
Hunk 1 FAILED 439/439.
 #if (NGX_HTTP_V2)
     ngx_http_v2_stream_t             *stream;
 #endif
+#if (NGX_HTTP_SPDY)
+    ngx_http_spdy_stream_t           *spdy_stream;
+#endif

     ngx_http_log_handler_pt           log_handler;

patching file auto/options
patching file src/core/ngx_connection.h
patching file src/http/modules/ngx_http_ssl_module.c
patching file src/http/ngx_http.c
patching file src/http/ngx_http.h
patching file src/http/ngx_http_core_module.c
patching file src/http/ngx_http_core_module.h
patching file src/http/ngx_http_request.c
patching file src/http/ngx_http_request.h
patching file src/http/ngx_http_request_body.c
creating src/http/ngx_http_spdy.c
creating src/http/ngx_http_spdy.h
creating src/http/ngx_http_spdy_filter_module.c
creating src/http/ngx_http_spdy_module.c
creating src/http/ngx_http_spdy_module.h
patching file src/http/ngx_http_upstream.c
patching file src/http/v2/ngx_http_v2_module.c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions