Skip to content

Commit

Permalink
MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Esser committed Nov 28, 2004
1 parent 43b6cc6 commit 2e9541b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/SAPI.c
Expand Up @@ -290,9 +290,13 @@ SAPI_API void sapi_activate_headers_only(TSRMLS_D)

/* SG(sapi_headers).http_response_code = 200; */
SG(sapi_headers).http_status_line = NULL;
SG(read_post_bytes) = 0;
SG(request_info).post_data = NULL;
SG(request_info).raw_post_data = NULL;
SG(request_info).current_user = NULL;
SG(request_info).current_user_length = 0;
SG(request_info).no_headers = 0;
SG(request_info).post_entry = NULL;

/*
* It's possible to override this general case in the activate() callback,
Expand Down

0 comments on commit 2e9541b

Please sign in to comment.