diff options
author | erdgeist <> | 2007-12-04 23:57:29 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-04 23:57:29 +0000 |
commit | 31d876d53dfdafc4370b7c23febbb6978b271a77 (patch) | |
tree | 8ccc3959e75f5e61c5bf4acd6f96367c8793afca /ot_http.h | |
parent | a146a328856a1f8b5099064f0262a34d5623021b (diff) |
Count invalid requests
Diffstat (limited to 'ot_http.h')
-rw-r--r-- | ot_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,6 +23,6 @@ struct http_data { | |||
23 | 23 | ||
24 | ssize_t http_handle_request( const int64 s, char *data, size_t l ); | 24 | ssize_t http_handle_request( const int64 s, char *data, size_t l ); |
25 | ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); | 25 | ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); |
26 | ssize_t http_issue_error( const int64 s, const char *title, const char *message ); | 26 | ssize_t http_issue_error( const int64 s, int code ); |
27 | 27 | ||
28 | #endif | 28 | #endif |