Changes in benchmark/io/http/protocol.hfa [3f39009:ed2cb3c]
- File:
-
- 1 edited
-
benchmark/io/http/protocol.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/protocol.hfa
r3f39009 red2cb3c 16 16 17 17 int answer_error( int fd, HttpCode code ); 18 int answer_header( int fd, size_t size ); 18 19 int answer_plaintext( int fd ); 19 20 int answer_empty( int fd ); 20 int answer_sendfile( int pipe[2], int fd, int ans_fd, size_t count );21 21 22 22 [HttpCode code, bool closed, * const char file, size_t len] http_read(int fd, []char buffer, size_t len); 23 24 int sendfile( int pipe[2], int fd, int ans_fd, size_t count );
Note:
See TracChangeset
for help on using the changeset viewer.