summaryrefslogtreecommitdiff
path: root/sapi/litespeed/lsapidef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/litespeed/lsapidef.h')
-rw-r--r--sapi/litespeed/lsapidef.h33
1 files changed, 11 insertions, 22 deletions
diff --git a/sapi/litespeed/lsapidef.h b/sapi/litespeed/lsapidef.h
index 3bdadac1d1..5d5b4c1687 100644
--- a/sapi/litespeed/lsapidef.h
+++ b/sapi/litespeed/lsapidef.h
@@ -1,25 +1,5 @@
-
-/*
- +----------------------------------------------------------------------+
- | PHP Version 5 |
- +----------------------------------------------------------------------+
- | Copyright (c) 1997-2014 The PHP Group |
- +----------------------------------------------------------------------+
- | This source file is subject to version 3.01 of the PHP license, |
- | that is bundled with this package in the file LICENSE, and is |
- | available at through the world-wide-web at the following url: |
- | http://www.php.net/license/3_01.txt. |
- | If you did not receive a copy of the PHP license and are unable to |
- | obtain it through the world-wide-web, please send a note to |
- | license@php.net so we can mail you a copy immediately. |
- +----------------------------------------------------------------------+
- | Author: George Wang <gwang@litespeedtech.com> |
- +----------------------------------------------------------------------+
-*/
-
-
/*
-Copyright (c) 2007, Lite Speed Technologies Inc.
+Copyright (c) 2005, Lite Speed Technologies Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -50,6 +30,13 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/***************************************************************************
+ $Id: lsapidef.h,v 1.17 2012/12/01 19:23:31 gwang Exp $
+ -------------------
+ begin : Thu Feb 10 2005
+ author : George Wang
+ email : gwang@litespeedtech.com
+ ***************************************************************************/
#ifndef _LSAPIDEF_H_
#define _LSAPIDEF_H_
@@ -113,12 +100,14 @@ enum
#define LSAPI_RESP_END 5
#define LSAPI_STDERR_STREAM 6
#define LSAPI_REQ_RECEIVED 7
+#define LSAPI_CONN_CLOSE 8
+#define LSAPI_INTERNAL_ERROR 9
#define LSAPI_MAX_HEADER_LEN 65535
#define LSAPI_MAX_DATA_PACKET_LEN 16384
-#define LSAPI_RESP_HTTP_HEADER_MAX 4096
+#define LSAPI_RESP_HTTP_HEADER_MAX 32768
#define LSAPI_PACKET_HEADER_LEN 8