Skip to content

Commit

Permalink
Typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 20, 2010
1 parent acb9279 commit 630fec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_push_module.c
Expand Up @@ -256,7 +256,7 @@ static ngx_int_t ngx_http_push_subscriber_handler(ngx_http_request_t *r) {
ngx_str_t *etag;

if (r->method != NGX_HTTP_GET && r->method != NGX_HTTP_OPTIONS) {
ngx_http_push_add_response_header(r, &NGX_HTTP_PUSH_HEADER_ALLOW, &NGX_HTTP_PUSH_ALLOW_GET); //valid HTTP for teh win
ngx_http_push_add_response_header(r, &NGX_HTTP_PUSH_HEADER_ALLOW, &NGX_HTTP_PUSH_ALLOW_GET); //valid HTTP for the win
return NGX_HTTP_NOT_ALLOWED;
}

Expand Down

0 comments on commit 630fec8

Please sign in to comment.