Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
garbage collected
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-leonov committed May 17, 2010
1 parent 4bf5d61 commit 87cd9a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/classes/Request.c
Expand Up @@ -959,9 +959,6 @@ method_subrequest_handler(ngx_http_request_t *sr, void *data, ngx_int_t rc)
return NGX_ERROR;
}

// LOG("sr->upstream = %p", sr->upstream);
// LOG("sr->upstream = %s", sr->upstream->buffer.pos);

args[0] = OBJECT_TO_JSVAL(subrequest);

if (sr->upstream)
Expand Down

0 comments on commit 87cd9a7

Please sign in to comment.