comparison src/http/ngx_http_core_module.c @ 6312:1d696c646d81

Stop emulating a space character after r->method_name. This is an API change. The proxy module was modified to not depend on this in 44122bddd9a1. No known third-party modules seem to depend on this.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Nov 2015 12:54:01 +0300
parents ea3ba1ce7014
children fcbac620ae83
comparison
equal deleted inserted replaced
6311:44122bddd9a1 6312:1d696c646d81
774 NULL, /* exit master */ 774 NULL, /* exit master */
775 NGX_MODULE_V1_PADDING 775 NGX_MODULE_V1_PADDING
776 }; 776 };
777 777
778 778
779 ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; 779 ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET" };
780 780
781 781
782 void 782 void
783 ngx_http_handler(ngx_http_request_t *r) 783 ngx_http_handler(ngx_http_request_t *r)
784 { 784 {