-
Notifications
You must be signed in to change notification settings - Fork 5
Patch doesn't work for 1.11.6 #1
Copy link
Copy link
Closed
Description
@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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels