Changeset 512f29e53712dce1650e640817765ba451852f4d
- Timestamp:
- 01/27/09 22:36:24
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1233095784 +0000
- git-parent:
[7422acb9238994fb160f78973b7b5dfe4b77207e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1233095784 +0000
- Message:
disable DEFLATE until I get my shit working, refs #71
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra5fda7a |
r512f29e |
|
| 377 | 377 | noit_http_response_status_set(ctx, 200, "OK"); |
|---|
| 378 | 378 | noit_http_response_option_set(ctx, NOIT_HTTP_CHUNKED); |
|---|
| 379 | | noit_http_response_option_set(ctx, NOIT_HTTP_DEFLATE); |
|---|
| | 379 | /*noit_http_response_option_set(ctx, NOIT_HTTP_DEFLATE);*/ |
|---|
| 380 | 380 | noit_http_response_header_set(ctx, "Content-Type", "text/html"); |
|---|
| 381 | 381 | |
|---|