OSDN Git Service

httpd: stop reading headers using 1-byte read()
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 18 Aug 2007 14:22:09 +0000 (14:22 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 18 Aug 2007 14:22:09 +0000 (14:22 -0000)
commitd6cd9d7fe9eab19a9e36fdda729c78c40205b1e5
treec1ce403d865371443702e73d7c030a189d3e6f61
parent367960ba9abd66865c810a4d9411741fd25a3854
httpd: stop reading headers using 1-byte read()

get_line                                              73     105     +32
httpd_main                                           769     766      -3
send_cgi_and_exit                                   1583    1577      -6
send_headers                                         449     432     -17
handle_incoming_and_exit                            2217    2172     -45
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/4 up/down: 32/-71)            Total: -39 bytes
networking/httpd.c