Changeset 7719f70626feb48af78367f00e63c5de8155605d
- Timestamp:
- 07/01/10 02:14:20
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1277950460 +0000
- git-parent:
[5f438ab546be83b98dd3165c6f4970014a668f63]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1277950460 +0000
- Message:
fixes compile issues on linux
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r96a7686 |
r7719f70 |
|
| 268 | 268 | if(len == -1) { |
|---|
| 269 | 269 | /* socket error */ |
|---|
| 270 | | ctx->res.complete = true; |
|---|
| 271 | | ctx->conn.needs_close = true; |
|---|
| | 270 | ctx->res.complete = noit_true; |
|---|
| | 271 | ctx->conn.needs_close = noit_true; |
|---|
| 272 | 272 | noit_http_log_request(ctx); |
|---|
| 273 | 273 | *mask |= EVENTER_EXCEPTION; |
|---|