httpd: require "HTTP/xyz" at the end of request line
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 19 Apr 2019 11:59:58 +0000 (13:59 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 19 Apr 2019 11:59:58 +0000 (13:59 +0200)
commitad29ba73ee00d4c78b3ab85a6b943a8c63075f50
tree379dff42faf0a7eeedde0d7d23f7e3a8980b4122
parentd1a2fa2a4e013960bf56dfef8a71ed2d08fc756b
httpd: require "HTTP/xyz" at the end of request line

function                                             old     new   delta
handle_incoming_and_exit                            2379    2362     -17
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-17)             Total: -17 bytes
   text    data     bss     dec     hex filename
 981787     485    7296  989568   f1980 busybox_old
 981779     485    7296  989560   f1978 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd.c