httpd: fix proxy headers passing - full_write() instead of write()
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 14 Apr 2019 18:46:57 +0000 (20:46 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 14 Apr 2019 18:46:57 +0000 (20:46 +0200)
commit02d650e15919e48fe031308c77c041159c0e3631
tree05da096c443553dd7845955901240cc1a7794f8e
parent51792e126bddaabf572132f1e0d4ed9bfd324c58
httpd: fix proxy headers passing - full_write() instead of write()

function                                             old     new   delta
handle_incoming_and_exit                            2763    2752     -11

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