comparison src/http/ngx_http_request.h @ 232:03c54b6d7a6f

nginx-0.0.1-2004-01-19-00:09:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Jan 2004 21:09:21 +0000
parents f1d0e5f09c1e
children 35a6a9df2d25
comparison
equal deleted inserted replaced
231:92db0aa1e83f 232:03c54b6d7a6f
48 #define NGX_HTTP_REQUEST_ENTITY_TOO_LARGE 413 48 #define NGX_HTTP_REQUEST_ENTITY_TOO_LARGE 413
49 #define NGX_HTTP_REQUEST_URI_TOO_LARGE 414 49 #define NGX_HTTP_REQUEST_URI_TOO_LARGE 414
50 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416 50 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416
51 51
52 /* 52 /*
53 * HTTP does not define a code for the case when a client closed a connection 53 * HTTP does not define the code for the case when a client closed
54 * while we are processing request so we introduce own code to log such 54 * the connection while we are processing its request so we introduce
55 * situation when client has closed a connection before we even try to 55 * own code to log such situation when a client has closed the connection
56 * send HTTP header to it 56 * before we even try to send the HTTP header to it
57 */ 57 */
58 #define NGX_HTTP_CLIENT_CLOSED_REQUEST 499 58 #define NGX_HTTP_CLIENT_CLOSED_REQUEST 499
59 59
60 #define NGX_HTTP_INTERNAL_SERVER_ERROR 500 60 #define NGX_HTTP_INTERNAL_SERVER_ERROR 500
61 #define NGX_HTTP_NOT_IMPLEMENTED 501 61 #define NGX_HTTP_NOT_IMPLEMENTED 501